Html Css Color HEX #BBFD52 Conifer

📋 copy color: '#BBFD52'

red 187 ◦ green 253 ◦ blue 82

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

Shades of Conifer #BBFD52

Tints of Conifer #BBFD52

RGB

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

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

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

R = 35.82%
G = 48.47%
B = 15.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#BBFD52 (or 0xBBFD52) is known color: Conifer. HEX triplet: BB, FD and 52. RGB value is (187,253,82). Sum of RGB (Red+Green+Blue) = 187+253+82=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD52 is #4402AD. Grayscale: #D6D6D6. Windows color (decimal): -4457134 or 5438907. OLE color: 5438907.

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

Color convert

RGB 187 253 82 -
CMYK 0.26 0 0.68 0.01
HSL 83.16º 0.98% 0.66% -
HSV(B) 83.16º 0.68% 0.99% -
XYZ 57.14 81.42 20.69 -
YUV 213.77 53.63 108.9 -
System Red Green Blue C M Y K H S L
Decimal 187 253 82 0.26 0 0.68 0.01 83.16 0.98 0.66
Hex BB FD 52 1A 0 44 1 53 62 42
Octal 273 375 122 32 0 104 1 123 142 102
Binary 10111011 11111101 1010010 11010 0 1000100 1 1010011 1100010 1000010

Color Harmonies of #BBFD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD52

Black with #BBFD52

Text Example


Text Example

White with #BBFD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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