Html Css Color HEX #B4FF66 Sulu

📋 copy color: '#B4FF66'

red 180 ◦ green 255 ◦ blue 102

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

Shades of Sulu #B4FF66

Tints of Sulu #B4FF66

RGB

 RED value IS 180 (70.7% from 255) = 33.52%

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

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

R = 33.52%
G = 47.49%
B = 18.99%

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

#B4FF66 (or 0xB4FF66) is known color: Sulu. HEX triplet: B4, FF and 66. RGB value is (180,255,102). Sum of RGB (Red+Green+Blue) = 180+255+102=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF66 is #4B0099. Grayscale: #D7D7D7. Windows color (decimal): -4915354 or 6750132. OLE color: 6750132.

HSL color Cylindrical-coordinate representation of color #B4FF66: hue angle of 89.41º 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 #B4FF66 is Cyan = 0.29, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 180 255 102 -
CMYK 0.29 0 0.6 0
HSL 89.41º 1% 0.7% -
HSV(B) 89.41º 0.6% 1% -
XYZ 56.98 82.18 25.43 -
YUV 215.13 64.15 102.94 -
System Red Green Blue C M Y K H S L
Decimal 180 255 102 0.29 0 0.6 0 89.41 1 0.7
Hex B4 FF 66 1D 0 3C 0 59 64 46
Octal 264 377 146 35 0 74 0 131 144 106
Binary 10110100 11111111 1100110 11101 0 111100 0 1011001 1100100 1000110

Color Harmonies of #B4FF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FF66

Black with #B4FF66

Text Example


Text Example

White with #B4FF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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