Html Css Color HEX #BBFD60 Conifer

📋 copy color: '#BBFD60'

red 187 ◦ green 253 ◦ blue 96

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

Shades of Conifer #BBFD60

Tints of Conifer #BBFD60

RGB

 RED value IS 187 (73.44% from 255) = 34.89%

 GREEN value IS 253 (99.22% from 255) = 47.2%

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

R = 34.89%
G = 47.2%
B = 17.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#BBFD60 (or 0xBBFD60) is known color: Conifer. HEX triplet: BB, FD and 60. RGB value is (187,253,96). Sum of RGB (Red+Green+Blue) = 187+253+96=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD60 is #44029F. Grayscale: #D7D7D7. Windows color (decimal): -4457120 or 6356411. OLE color: 6356411.

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

Color convert

RGB 187 253 96 -
CMYK 0.26 0 0.62 0.01
HSL 85.22º 0.98% 0.68% -
HSV(B) 85.22º 0.62% 0.99% -
XYZ 57.73 81.66 23.79 -
YUV 215.37 60.63 107.77 -
System Red Green Blue C M Y K H S L
Decimal 187 253 96 0.26 0 0.62 0.01 85.22 0.98 0.68
Hex BB FD 60 1A 0 3E 1 55 62 44
Octal 273 375 140 32 0 76 1 125 142 104
Binary 10111011 11111101 1100000 11010 0 111110 1 1010101 1100010 1000100

Color Harmonies of #BBFD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD60

Black with #BBFD60

Text Example


Text Example

White with #BBFD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD60; }

 p { color: rgb(187,253,96); }

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

background-color css

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

 a { background-color: rgb(187,253,96); }

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

border-color css

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

 span { border-color: rgb(187,253,96); }

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