Html Css Color HEX #B2DD75 Sulu

📋 copy color: '#B2DD75'

red 178 ◦ green 221 ◦ blue 117

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

Shades of Sulu #B2DD75

Tints of Sulu #B2DD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

 BLUE value IS 117 (46.09% from 255) = 22.67%

R = 34.5%
G = 42.83%
B = 22.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#B2DD75 (or 0xB2DD75) is known color: Sulu. HEX triplet: B2, DD and 75. RGB value is (178,221,117). Sum of RGB (Red+Green+Blue) = 178+221+117=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD75 is #4D228A. Grayscale: #C4C4C4. Windows color (decimal): -5055115 or 7724466. OLE color: 7724466.

HSL color Cylindrical-coordinate representation of color #B2DD75: hue angle of 84.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2DD75 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 117 -
CMYK 0.19 0 0.47 0.13
HSL 84.81º 0.6% 0.66% -
HSV(B) 84.81º 0.47% 0.87% -
XYZ 47.43 62.46 26.39 -
YUV 196.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 178 221 117 0.19 0 0.47 0.13 84.81 0.6 0.66
Hex B2 DD 75 13 0 2F D 55 3C 42
Octal 262 335 165 23 0 57 15 125 74 102
Binary 10110010 11011101 1110101 10011 0 101111 1101 1010101 111100 1000010

Color Harmonies of #B2DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD75

Black with #B2DD75

Text Example


Text Example

White with #B2DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD75; }

 p { color: rgb(178,221,117); }

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

background-color css

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

 a { background-color: rgb(178,221,117); }

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

border-color css

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

 span { border-color: rgb(178,221,117); }

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