Html Css Color HEX #BBF385 Sulu

📋 copy color: '#BBF385'

red 187 ◦ green 243 ◦ blue 133

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

Shades of Sulu #BBF385

Tints of Sulu #BBF385

RGB

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

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

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

R = 33.21%
G = 43.16%
B = 23.62%

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

#BBF385 (or 0xBBF385) is known color: Sulu. HEX triplet: BB, F3 and 85. RGB value is (187,243,133). Sum of RGB (Red+Green+Blue) = 187+243+133=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF385 is #440C7A. Grayscale: #D6D6D6. Windows color (decimal): -4459643 or 8778683. OLE color: 8778683.

HSL color Cylindrical-coordinate representation of color #BBF385: hue angle of 90.55º degrees, saturation: 0.82, 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 #BBF385 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 243 133 -
CMYK 0.23 0 0.45 0.05
HSL 90.55º 0.82% 0.74% -
HSV(B) 90.55º 0.45% 0.95% -
XYZ 56.78 76.36 33.94 -
YUV 213.72 82.45 108.94 -
System Red Green Blue C M Y K H S L
Decimal 187 243 133 0.23 0 0.45 0.05 90.55 0.82 0.74
Hex BB F3 85 17 0 2D 5 5B 52 4A
Octal 273 363 205 27 0 55 5 133 122 112
Binary 10111011 11110011 10000101 10111 0 101101 101 1011011 1010010 1001010

Color Harmonies of #BBF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF385

Black with #BBF385

Text Example


Text Example

White with #BBF385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF385; }

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

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

background-color css

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

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

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

border-color css

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

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

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