#BDF35D

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

Shades of Conifer #BDF35D

Tints of Conifer #BDF35D

Color information

#BDF35D (or 0xBDF35D) is unknown color: approx Conifer. HEX triplet: BD, F3 and 5D. RGB value is (189,243,93). Sum of RGB (Red+Green+Blue) = 189+243+93=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF35D is #420CA2. Grayscale: #D2D2D2. Windows color (decimal): -4328611 or 6157245. OLE color: 6157245.

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

Color convert

RGB18924393-
CMYK0.2200.620.05
HSL81.6º86.21%65.88%-
HSV(B)81.6º61.73%95.29%-
XYZ55.0175.7122.07-
YUV209.7562.11113.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 243 (95.31% from 255) = 46.29%
BLUE value IS 93 (36.72% from 255) = 17.71%
R=36%
G=46.29%
B=17.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189243930.2200.620.0581.686.2165.88
HexBDF35D1603E5525642
Octal275363135260765122126102
Binary10111101111100111011101101100111110101101001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF35D; }

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

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

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

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

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

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

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

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