Html Css Color HEX #BDFE60 Conifer

📋 copy color: '#BDFE60'

red 189 ◦ green 254 ◦ blue 96

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

Shades of Conifer #BDFE60

Tints of Conifer #BDFE60

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.12%

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

R = 35.06%
G = 47.12%
B = 17.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#BDFE60 (or 0xBDFE60) is known color: Conifer. HEX triplet: BD, FE and 60. RGB value is (189,254,96). Sum of RGB (Red+Green+Blue) = 189+254+96=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE60 is #42019F. Grayscale: #D9D9D9. Windows color (decimal): -4325792 or 6356669. OLE color: 6356669.

HSL color Cylindrical-coordinate representation of color #BDFE60: hue angle of 84.68º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDFE60 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 96 -
CMYK 0.26 0 0.62 0.00
HSL 84.68º 0.99% 0.69% -
HSV(B) 84.68º 0.62% 1% -
XYZ 58.54 82.55 23.91 -
YUV 216.55 59.97 108.35 -
System Red Green Blue C M Y K H S L
Decimal 189 254 96 0.26 0 0.62 0.00 84.68 0.99 0.69
Hex BD FE 60 1A 0 3E 0 55 63 45
Octal 275 376 140 32 0 76 0 125 143 105
Binary 10111101 11111110 1100000 11010 0 111110 0 1010101 1100011 1000101

Color Harmonies of #BDFE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE60

Black with #BDFE60

Text Example


Text Example

White with #BDFE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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