Html Css Color HEX #B5FF66 Sulu

📋 copy color: '#B5FF66'

red 181 ◦ green 255 ◦ blue 102

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

Shades of Sulu #B5FF66

Tints of Sulu #B5FF66

RGB

 RED value IS 181 (71.09% from 255) = 33.64%

 GREEN value IS 255 (100% from 255) = 47.4%

 BLUE value IS 102 (40.23% from 255) = 18.96%

R = 33.64%
G = 47.4%
B = 18.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#B5FF66 (or 0xB5FF66) is known color: Sulu. HEX triplet: B5, FF and 66. RGB value is (181,255,102). Sum of RGB (Red+Green+Blue) = 181+255+102=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF66 is #4A0099. Grayscale: #D7D7D7. Windows color (decimal): -4849818 or 6750133. OLE color: 6750133.

HSL color Cylindrical-coordinate representation of color #B5FF66: hue angle of 89.02º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5FF66 is Cyan = 0.29, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 181 255 102 -
CMYK 0.29 0 0.6 0
HSL 89.02º 1% 0.7% -
HSV(B) 89.02º 0.6% 1% -
XYZ 57.21 82.3 25.44 -
YUV 215.43 63.98 103.44 -
System Red Green Blue C M Y K H S L
Decimal 181 255 102 0.29 0 0.6 0 89.02 1 0.7
Hex B5 FF 66 1D 0 3C 0 59 64 46
Octal 265 377 146 35 0 74 0 131 144 106
Binary 10110101 11111111 1100110 11101 0 111100 0 1011001 1100100 1000110

Color Harmonies of #B5FF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FF66

Black with #B5FF66

Text Example


Text Example

White with #B5FF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FF66; }

 p { color: rgb(181,255,102); }

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

background-color css

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

 a { background-color: rgb(181,255,102); }

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

border-color css

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

 span { border-color: rgb(181,255,102); }

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