Html Css Color HEX #BBF384 Sulu

📋 copy color: '#BBF384'

red 187 ◦ green 243 ◦ blue 132

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

Shades of Sulu #BBF384

Tints of Sulu #BBF384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.49%

R = 33.27%
G = 43.24%
B = 23.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#BBF384 (or 0xBBF384) is known color: Sulu. HEX triplet: BB, F3 and 84. RGB value is (187,243,132). Sum of RGB (Red+Green+Blue) = 187+243+132=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF384 is #440C7B. Grayscale: #D5D5D5. Windows color (decimal): -4459644 or 8713147. OLE color: 8713147.

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

Color convert

RGB 187 243 132 -
CMYK 0.23 0 0.46 0.05
HSL 90.27º 0.82% 0.74% -
HSV(B) 90.27º 0.46% 0.95% -
XYZ 56.71 76.33 33.57 -
YUV 213.6 81.95 109.03 -
System Red Green Blue C M Y K H S L
Decimal 187 243 132 0.23 0 0.46 0.05 90.27 0.82 0.74
Hex BB F3 84 17 0 2E 5 5A 52 4A
Octal 273 363 204 27 0 56 5 132 122 112
Binary 10111011 11110011 10000100 10111 0 101110 101 1011010 1010010 1001010

Color Harmonies of #BBF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF384

Black with #BBF384

Text Example


Text Example

White with #BBF384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF384; }

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

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

background-color css

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

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

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

border-color css

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

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

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