Html Css Color HEX #BBFF52 Conifer

📋 copy color: '#BBFF52'

red 187 ◦ green 255 ◦ blue 82

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

Shades of Conifer #BBFF52

Tints of Conifer #BBFF52

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

 BLUE value IS 82 (32.42% from 255) = 15.65%

R = 35.69%
G = 48.66%
B = 15.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#BBFF52 (or 0xBBFF52) is known color: Conifer. HEX triplet: BB, FF and 52. RGB value is (187,255,82). Sum of RGB (Red+Green+Blue) = 187+255+82=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF52 is #4400AD. Grayscale: #D7D7D7. Windows color (decimal): -4456622 or 5439419. OLE color: 5439419.

HSL color Cylindrical-coordinate representation of color #BBFF52: hue angle of 83.58º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBFF52 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 82 -
CMYK 0.27 0 0.68 0
HSL 83.58º 1% 0.66% -
HSV(B) 83.58º 0.68% 1% -
XYZ 57.78 82.69 20.9 -
YUV 214.95 52.97 108.07 -
System Red Green Blue C M Y K H S L
Decimal 187 255 82 0.27 0 0.68 0 83.58 1 0.66
Hex BB FF 52 1B 0 44 0 54 64 42
Octal 273 377 122 33 0 104 0 124 144 102
Binary 10111011 11111111 1010010 11011 0 1000100 0 1010100 1100100 1000010

Color Harmonies of #BBFF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF52

Black with #BBFF52

Text Example


Text Example

White with #BBFF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF52; }

 p { color: rgb(187,255,82); }

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

background-color css

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

 a { background-color: rgb(187,255,82); }

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

border-color css

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

 span { border-color: rgb(187,255,82); }

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