Html Css Color HEX #BDF060 Conifer

📋 copy color: '#BDF060'

red 189 ◦ green 240 ◦ blue 96

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

Shades of Conifer #BDF060

Tints of Conifer #BDF060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 36%
G = 45.71%
B = 18.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#BDF060 (or 0xBDF060) is known color: Conifer. HEX triplet: BD, F0 and 60. RGB value is (189,240,96). Sum of RGB (Red+Green+Blue) = 189+240+96=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF060 is #420F9F. Grayscale: #D0D0D0. Windows color (decimal): -4329376 or 6353085. OLE color: 6353085.

HSL color Cylindrical-coordinate representation of color #BDF060: hue angle of 81.25º 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 #BDF060 is Cyan = 0.21, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 96 -
CMYK 0.21 0 0.6 0.06
HSL 81.25º 0.83% 0.66% -
HSV(B) 81.25º 0.6% 0.94% -
XYZ 54.26 73.98 22.49 -
YUV 208.34 64.6 114.21 -
System Red Green Blue C M Y K H S L
Decimal 189 240 96 0.21 0 0.6 0.06 81.25 0.83 0.66
Hex BD F0 60 15 0 3C 6 51 53 42
Octal 275 360 140 25 0 74 6 121 123 102
Binary 10111101 11110000 1100000 10101 0 111100 110 1010001 1010011 1000010

Color Harmonies of #BDF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF060

Black with #BDF060

Text Example


Text Example

White with #BDF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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