Html Css Color HEX #BBF270 Sulu

📋 copy color: '#BBF270'

red 187 ◦ green 242 ◦ blue 112

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

Shades of Sulu #BBF270

Tints of Sulu #BBF270

RGB

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

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

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

R = 34.57%
G = 44.73%
B = 20.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#BBF270 (or 0xBBF270) is known color: Sulu. HEX triplet: BB, F2 and 70. RGB value is (187,242,112). Sum of RGB (Red+Green+Blue) = 187+242+112=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF270 is #440D8F. Grayscale: #D3D3D3. Windows color (decimal): -4459920 or 7402171. OLE color: 7402171.

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

Color convert

RGB 187 242 112 -
CMYK 0.23 0 0.54 0.05
HSL 85.38º 0.83% 0.69% -
HSV(B) 85.38º 0.54% 0.95% -
XYZ 55.17 75.24 26.94 -
YUV 210.74 72.28 111.07 -
System Red Green Blue C M Y K H S L
Decimal 187 242 112 0.23 0 0.54 0.05 85.38 0.83 0.69
Hex BB F2 70 17 0 36 5 55 53 45
Octal 273 362 160 27 0 66 5 125 123 105
Binary 10111011 11110010 1110000 10111 0 110110 101 1010101 1010011 1000101

Color Harmonies of #BBF270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF270

Black with #BBF270

Text Example


Text Example

White with #BBF270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF270; }

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

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

background-color css

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

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

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

border-color css

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

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

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