#BDE25D

Color #BDE25D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BDE25D

Tints of Conifer #BDE25D

Color information

#BDE25D (or 0xBDE25D) is unknown color: approx Conifer. HEX triplet: BD, E2 and 5D. RGB value is (189,226,93). Sum of RGB (Red+Green+Blue) = 189+226+93=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE25D is #421DA2. Grayscale: #C8C8C8. Windows color (decimal): -4332963 or 6152893. OLE color: 6152893.

HSL color Cylindrical-coordinate representation of color #BDE25D: hue angle of 76.69º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDE25D is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB18922693-
CMYK0.1600.590.11
HSL76.69º69.63%62.55%-
HSV(B)76.69º58.85%88.63%-
XYZ50.166620.45-
YUV199.7867.74120.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 226 (88.67% from 255) = 44.49%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=37.20%
G=44.49%
B=18.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189226930.1600.590.1176.6969.6362.55
HexBDE25D1003BB4d463f
Octal275342135200731311510677
Binary10111101111000101011101100000111011101110011011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE25D; }

 p { color: rgb(189,226,93); }

 H1.HeaderClassName
 {
   color: #BDE25D;
 }
 .AnyTagClassName
 {
   color: #BDE25D;
 }
</style>
background-color css

<style>
 a { background-color: #BDE25D; }

 a { background-color: rgb(189,226,93); }

 div.DivClassName
 {
   background-color: #BDE25D;
 }
 .BgClassName
 {
   background-color: #BDE25D;
 }
</style>
border-color css

<style>
 span { border-color: #BDE25D; }

 span { border-color: rgb(189,226,93); }

 td.TdClassName
 {
   border-color: #BDE25D;
 }
 .TagClassName
 {
   border-color: #BDE25D;
 }
</style>