Html Css Color HEX #BBFD7A Sulu

📋 copy color: '#BBFD7A'

red 187 ◦ green 253 ◦ blue 122

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

Shades of Sulu #BBFD7A

Tints of Sulu #BBFD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.02%

 BLUE value IS 122 (48.05% from 255) = 21.71%

R = 33.27%
G = 45.02%
B = 21.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#BBFD7A (or 0xBBFD7A) is known color: Sulu. HEX triplet: BB, FD and 7A. RGB value is (187,253,122). Sum of RGB (Red+Green+Blue) = 187+253+122=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD7A is #440285. Grayscale: #DADADA. Windows color (decimal): -4457094 or 8060347. OLE color: 8060347.

HSL color Cylindrical-coordinate representation of color #BBFD7A: hue angle of 90.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBFD7A is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 122 -
CMYK 0.26 0 0.52 0.01
HSL 90.23º 0.97% 0.74% -
HSV(B) 90.23º 0.52% 0.99% -
XYZ 59.13 82.22 31.17 -
YUV 218.33 73.63 105.65 -
System Red Green Blue C M Y K H S L
Decimal 187 253 122 0.26 0 0.52 0.01 90.23 0.97 0.74
Hex BB FD 7A 1A 0 34 1 5A 61 4A
Octal 273 375 172 32 0 64 1 132 141 112
Binary 10111011 11111101 1111010 11010 0 110100 1 1011010 1100001 1001010

Color Harmonies of #BBFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD7A

Black with #BBFD7A

Text Example


Text Example

White with #BBFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD7A; }

 p { color: rgb(187,253,122); }

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

background-color css

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

 a { background-color: rgb(187,253,122); }

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

border-color css

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

 span { border-color: rgb(187,253,122); }

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