Html Css Color HEX #BBF575 Sulu

📋 copy color: '#BBF575'

red 187 ◦ green 245 ◦ blue 117

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

Shades of Sulu #BBF575

Tints of Sulu #BBF575

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.63%

 BLUE value IS 117 (46.09% from 255) = 21.31%

R = 34.06%
G = 44.63%
B = 21.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#BBF575 (or 0xBBF575) is known color: Sulu. HEX triplet: BB, F5 and 75. RGB value is (187,245,117). Sum of RGB (Red+Green+Blue) = 187+245+117=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF575 is #440A8A. Grayscale: #D5D5D5. Windows color (decimal): -4459147 or 7730619. OLE color: 7730619.

HSL color Cylindrical-coordinate representation of color #BBF575: hue angle of 87.19º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBF575 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 245 117 -
CMYK 0.24 0 0.52 0.04
HSL 87.19º 0.86% 0.71% -
HSV(B) 87.19º 0.52% 0.96% -
XYZ 56.36 77.15 28.75 -
YUV 213.07 73.78 109.41 -
System Red Green Blue C M Y K H S L
Decimal 187 245 117 0.24 0 0.52 0.04 87.19 0.86 0.71
Hex BB F5 75 18 0 34 4 57 56 47
Octal 273 365 165 30 0 64 4 127 126 107
Binary 10111011 11110101 1110101 11000 0 110100 100 1010111 1010110 1000111

Color Harmonies of #BBF575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF575

Black with #BBF575

Text Example


Text Example

White with #BBF575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF575; }

 p { color: rgb(187,245,117); }

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

background-color css

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

 a { background-color: rgb(187,245,117); }

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

border-color css

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

 span { border-color: rgb(187,245,117); }

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