Html Css Color HEX #BDEF60 Conifer

📋 copy color: '#BDEF60'

red 189 ◦ green 239 ◦ blue 96

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

Shades of Conifer #BDEF60

Tints of Conifer #BDEF60

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.61%

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

R = 36.07%
G = 45.61%
B = 18.32%

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

#BDEF60 (or 0xBDEF60) is known color: Conifer. HEX triplet: BD, EF and 60. RGB value is (189,239,96). Sum of RGB (Red+Green+Blue) = 189+239+96=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF60 is #42109F. Grayscale: #D0D0D0. Windows color (decimal): -4329632 or 6352829. OLE color: 6352829.

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

Color convert

RGB 189 239 96 -
CMYK 0.21 0 0.60 0.06
HSL 80.98º 0.82% 0.66% -
HSV(B) 80.98º 0.6% 0.94% -
XYZ 53.96 73.4 22.39 -
YUV 207.75 64.94 114.63 -
System Red Green Blue C M Y K H S L
Decimal 189 239 96 0.21 0 0.60 0.06 80.98 0.82 0.66
Hex BD EF 60 15 0 3C 6 51 52 42
Octal 275 357 140 25 0 74 6 121 122 102
Binary 10111101 11101111 1100000 10101 0 111100 110 1010001 1010010 1000010

Color Harmonies of #BDEF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF60

Black with #BDEF60

Text Example


Text Example

White with #BDEF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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