Html Css Color HEX #BBFD74 Sulu

📋 copy color: '#BBFD74'

red 187 ◦ green 253 ◦ blue 116

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

Shades of Sulu #BBFD74

Tints of Sulu #BBFD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.86%

R = 33.63%
G = 45.5%
B = 20.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#BBFD74 (or 0xBBFD74) is known color: Sulu. HEX triplet: BB, FD and 74. RGB value is (187,253,116). Sum of RGB (Red+Green+Blue) = 187+253+116=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD74 is #44028B. Grayscale: #DADADA. Windows color (decimal): -4457100 or 7667131. OLE color: 7667131.

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

Color convert

RGB 187 253 116 -
CMYK 0.26 0 0.54 0.01
HSL 88.91º 0.97% 0.72% -
HSV(B) 88.91º 0.54% 0.99% -
XYZ 58.77 82.08 29.27 -
YUV 217.65 70.63 106.14 -
System Red Green Blue C M Y K H S L
Decimal 187 253 116 0.26 0 0.54 0.01 88.91 0.97 0.72
Hex BB FD 74 1A 0 36 1 59 61 48
Octal 273 375 164 32 0 66 1 131 141 110
Binary 10111011 11111101 1110100 11010 0 110110 1 1011001 1100001 1001000

Color Harmonies of #BBFD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD74

Black with #BBFD74

Text Example


Text Example

White with #BBFD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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