Html Css Color HEX #BBF285 Sulu

📋 copy color: '#BBF285'

red 187 ◦ green 242 ◦ blue 133

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

Shades of Sulu #BBF285

Tints of Sulu #BBF285

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 33.27%
G = 43.06%
B = 23.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#BBF285 (or 0xBBF285) is known color: Sulu. HEX triplet: BB, F2 and 85. RGB value is (187,242,133). Sum of RGB (Red+Green+Blue) = 187+242+133=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF285 is #440D7A. Grayscale: #D5D5D5. Windows color (decimal): -4459899 or 8778427. OLE color: 8778427.

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

Color convert

RGB 187 242 133 -
CMYK 0.23 0 0.45 0.05
HSL 90.28º 0.81% 0.74% -
HSV(B) 90.28º 0.45% 0.95% -
XYZ 56.48 75.76 33.84 -
YUV 213.13 82.78 109.36 -
System Red Green Blue C M Y K H S L
Decimal 187 242 133 0.23 0 0.45 0.05 90.28 0.81 0.74
Hex BB F2 85 17 0 2D 5 5A 51 4A
Octal 273 362 205 27 0 55 5 132 121 112
Binary 10111011 11110010 10000101 10111 0 101101 101 1011010 1010001 1001010

Color Harmonies of #BBF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF285

Black with #BBF285

Text Example


Text Example

White with #BBF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF285; }

 p { color: rgb(187,242,133); }

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

background-color css

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

 a { background-color: rgb(187,242,133); }

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

border-color css

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

 span { border-color: rgb(187,242,133); }

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