Html Css Color HEX #BBF970 Sulu

📋 copy color: '#BBF970'

red 187 ◦ green 249 ◦ blue 112

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

Shades of Sulu #BBF970

Tints of Sulu #BBF970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

 BLUE value IS 112 (44.14% from 255) = 20.44%

R = 34.12%
G = 45.44%
B = 20.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#BBF970 (or 0xBBF970) is known color: Sulu. HEX triplet: BB, F9 and 70. RGB value is (187,249,112). Sum of RGB (Red+Green+Blue) = 187+249+112=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF970 is #44068F. Grayscale: #D7D7D7. Windows color (decimal): -4458128 or 7403963. OLE color: 7403963.

HSL color Cylindrical-coordinate representation of color #BBF970: hue angle of 87.15º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBF970 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 112 -
CMYK 0.25 0 0.55 0.02
HSL 87.15º 0.92% 0.71% -
HSV(B) 87.15º 0.55% 0.98% -
XYZ 57.29 79.49 27.65 -
YUV 214.84 69.96 108.14 -
System Red Green Blue C M Y K H S L
Decimal 187 249 112 0.25 0 0.55 0.02 87.15 0.92 0.71
Hex BB F9 70 19 0 37 2 57 5C 47
Octal 273 371 160 31 0 67 2 127 134 107
Binary 10111011 11111001 1110000 11001 0 110111 10 1010111 1011100 1000111

Color Harmonies of #BBF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF970

Black with #BBF970

Text Example


Text Example

White with #BBF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF970; }

 p { color: rgb(187,249,112); }

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

background-color css

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

 a { background-color: rgb(187,249,112); }

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

border-color css

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

 span { border-color: rgb(187,249,112); }

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