#BDF84D

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

Shades of Conifer #BDF84D

Tints of Conifer #BDF84D

Color information

#BDF84D (or 0xBDF84D) is unknown color: approx Conifer. HEX triplet: BD, F8 and 4D. RGB value is (189,248,77). Sum of RGB (Red+Green+Blue) = 189+248+77=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF84D is #4207B2. Grayscale: #D3D3D3. Windows color (decimal): -4327347 or 5109949. OLE color: 5109949.

HSL color Cylindrical-coordinate representation of color #BDF84D: hue angle of 80.7º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDF84D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB18924877-
CMYK0.2400.690.03
HSL80.7º92.43%63.73%-
HSV(B)80.7º68.95%97.25%-
XYZ55.8978.4919.23-
YUV210.8652.45112.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 248 (97.27% from 255) = 48.25%
BLUE value IS 77 (30.47% from 255) = 14.98%
R=36.77%
G=48.25%
B=14.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal189248770.2400.690.0380.792.4363.73
HexBDF84D180453515c40
Octal2753701153001053121134100
Binary10111101111110001001101110000100010111101000110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF84D; }

 p { color: rgb(189,248,77); }

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

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

 a { background-color: rgb(189,248,77); }

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

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

 span { border-color: rgb(189,248,77); }

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