Html Css Color HEX #B2FD66 Sulu

📋 copy color: '#B2FD66'

red 178 ◦ green 253 ◦ blue 102

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

Shades of Sulu #B2FD66

Tints of Sulu #B2FD66

RGB

 RED value IS 178 (69.92% from 255) = 33.4%

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

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

R = 33.4%
G = 47.47%
B = 19.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#B2FD66 (or 0xB2FD66) is known color: Sulu. HEX triplet: B2, FD and 66. RGB value is (178,253,102). Sum of RGB (Red+Green+Blue) = 178+253+102=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FD66 is #4D0299. Grayscale: #D5D5D5. Windows color (decimal): -5046938 or 6749618. OLE color: 6749618.

HSL color Cylindrical-coordinate representation of color #B2FD66: hue angle of 89.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2FD66 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 253 102 -
CMYK 0.30 0 0.60 0.01
HSL 89.8º 0.97% 0.7% -
HSV(B) 89.8º 0.6% 0.99% -
XYZ 55.88 80.67 25.2 -
YUV 213.36 65.15 102.78 -
System Red Green Blue C M Y K H S L
Decimal 178 253 102 0.30 0 0.60 0.01 89.8 0.97 0.7
Hex B2 FD 66 1E 0 3C 1 5A 61 46
Octal 262 375 146 36 0 74 1 132 141 106
Binary 10110010 11111101 1100110 11110 0 111100 1 1011010 1100001 1000110

Color Harmonies of #B2FD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FD66

Black with #B2FD66

Text Example


Text Example

White with #B2FD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FD66; }

 p { color: rgb(178,253,102); }

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

background-color css

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

 a { background-color: rgb(178,253,102); }

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

border-color css

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

 span { border-color: rgb(178,253,102); }

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