Html Css Color HEX #BBF352 Conifer

📋 copy color: '#BBF352'

red 187 ◦ green 243 ◦ blue 82

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

Shades of Conifer #BBF352

Tints of Conifer #BBF352

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.46%

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

R = 36.52%
G = 47.46%
B = 16.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#BBF352 (or 0xBBF352) is known color: Conifer. HEX triplet: BB, F3 and 52. RGB value is (187,243,82). Sum of RGB (Red+Green+Blue) = 187+243+82=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF352 is #440CAD. Grayscale: #D0D0D0. Windows color (decimal): -4459694 or 5436347. OLE color: 5436347.

HSL color Cylindrical-coordinate representation of color #BBF352: hue angle of 80.87º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBF352 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 243 82 -
CMYK 0.23 0 0.66 0.05
HSL 80.87º 0.87% 0.64% -
HSV(B) 80.87º 0.66% 0.95% -
XYZ 54.07 75.28 19.66 -
YUV 207.9 56.95 113.09 -
System Red Green Blue C M Y K H S L
Decimal 187 243 82 0.23 0 0.66 0.05 80.87 0.87 0.64
Hex BB F3 52 17 0 42 5 51 57 40
Octal 273 363 122 27 0 102 5 121 127 100
Binary 10111011 11110011 1010010 10111 0 1000010 101 1010001 1010111 1000000

Color Harmonies of #BBF352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF352

Black with #BBF352

Text Example


Text Example

White with #BBF352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF352; }

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

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

background-color css

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

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

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

border-color css

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

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

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