#BDF264

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

Shades of Conifer #BDF264

Tints of Conifer #BDF264

Color information

#BDF264 (or 0xBDF264) is unknown color: approx Conifer. HEX triplet: BD, F2 and 64. RGB value is (189,242,100). Sum of RGB (Red+Green+Blue) = 189+242+100=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF264 is #420D9B. Grayscale: #D2D2D2. Windows color (decimal): -4328860 or 6615741. OLE color: 6615741.

HSL color Cylindrical-coordinate representation of color #BDF264: hue angle of 82.39º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF264 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB189242100-
CMYK0.2200.590.05
HSL82.39º84.52%67.06%-
HSV(B)82.39º58.68%94.9%-
XYZ55.0475.2423.68-
YUV209.9665.94113.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 100 (39.45% from 255) = 18.83%
R=35.59%
G=45.57%
B=18.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892421000.2200.590.0582.3984.5267.06
HexBDF2641603B5525543
Octal275362144260735122125103
Binary10111101111100101100100101100111011101101001010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF264; }

 p { color: rgb(189,242,100); }

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

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

 a { background-color: rgb(189,242,100); }

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

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

 span { border-color: rgb(189,242,100); }

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