Html Css Color HEX #BDF05F Conifer

📋 copy color: '#BDF05F'

red 189 ◦ green 240 ◦ blue 95

#BDF05F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BDF05F

Tints of Conifer #BDF05F

RGB

 RED value IS 189 (74.22% from 255) = 36.07%

 GREEN value IS 240 (94.14% from 255) = 45.8%

 BLUE value IS 95 (37.5% from 255) = 18.13%

R = 36.07%
G = 45.8%
B = 18.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#BDF05F (or 0xBDF05F) is known color: Conifer. HEX triplet: BD, F0 and 5F. RGB value is (189,240,95). Sum of RGB (Red+Green+Blue) = 189+240+95=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF05F is #420FA0. Grayscale: #D0D0D0. Windows color (decimal): -4329377 or 6287549. OLE color: 6287549.

HSL color Cylindrical-coordinate representation of color #BDF05F: hue angle of 81.1º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF05F is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 95 -
CMYK 0.21 0 0.60 0.06
HSL 81.1º 0.83% 0.66% -
HSV(B) 81.1º 0.6% 0.94% -
XYZ 54.21 73.97 22.25 -
YUV 208.22 64.1 114.29 -
System Red Green Blue C M Y K H S L
Decimal 189 240 95 0.21 0 0.60 0.06 81.1 0.83 0.66
Hex BD F0 5F 15 0 3C 6 51 53 42
Octal 275 360 137 25 0 74 6 121 123 102
Binary 10111101 11110000 1011111 10101 0 111100 110 1010001 1010011 1000010

Color Harmonies of #BDF05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF05F

Black with #BDF05F

Text Example


Text Example

White with #BDF05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF05F; }

 p { color: rgb(189,240,95); }

 H1.HeaderClassName
 {
   color: #BDF05F;
 }
 .AnyTagClassName
 {
   color: #BDF05F;
 }
</style>

background-color css

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

 a { background-color: rgb(189,240,95); }

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

border-color css

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

 span { border-color: rgb(189,240,95); }

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