Html Css Color HEX #BBFB52 Conifer

📋 copy color: '#BBFB52'

red 187 ◦ green 251 ◦ blue 82

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

Shades of Conifer #BBFB52

Tints of Conifer #BBFB52

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.27%

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

R = 35.96%
G = 48.27%
B = 15.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#BBFB52 (or 0xBBFB52) is known color: Conifer. HEX triplet: BB, FB and 52. RGB value is (187,251,82). Sum of RGB (Red+Green+Blue) = 187+251+82=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFB52 is #4404AD. Grayscale: #D5D5D5. Windows color (decimal): -4457646 or 5438395. OLE color: 5438395.

HSL color Cylindrical-coordinate representation of color #BBFB52: hue angle of 82.72º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBFB52 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 251 82 -
CMYK 0.25 0 0.67 0.02
HSL 82.72º 0.95% 0.65% -
HSV(B) 82.72º 0.67% 0.98% -
XYZ 56.51 80.17 20.48 -
YUV 212.6 54.3 109.74 -
System Red Green Blue C M Y K H S L
Decimal 187 251 82 0.25 0 0.67 0.02 82.72 0.95 0.65
Hex BB FB 52 19 0 43 2 53 5F 41
Octal 273 373 122 31 0 103 2 123 137 101
Binary 10111011 11111011 1010010 11001 0 1000011 10 1010011 1011111 1000001

Color Harmonies of #BBFB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFB52

Black with #BBFB52

Text Example


Text Example

White with #BBFB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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