Html Css Color HEX #B2DA70 Sulu

📋 copy color: '#B2DA70'

red 178 ◦ green 218 ◦ blue 112

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

Shades of Sulu #B2DA70

Tints of Sulu #B2DA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

 BLUE value IS 112 (44.14% from 255) = 22.05%

R = 35.04%
G = 42.91%
B = 22.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#B2DA70 (or 0xB2DA70) is known color: Sulu. HEX triplet: B2, DA and 70. RGB value is (178,218,112). Sum of RGB (Red+Green+Blue) = 178+218+112=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA70 is #4D258F. Grayscale: #C2C2C2. Windows color (decimal): -5055888 or 7396018. OLE color: 7396018.

HSL color Cylindrical-coordinate representation of color #B2DA70: hue angle of 82.64º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2DA70 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 112 -
CMYK 0.18 0 0.49 0.15
HSL 82.64º 0.59% 0.65% -
HSV(B) 82.64º 0.49% 0.85% -
XYZ 46.36 60.78 24.62 -
YUV 193.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 178 218 112 0.18 0 0.49 0.15 82.64 0.59 0.65
Hex B2 DA 70 12 0 31 F 53 3B 41
Octal 262 332 160 22 0 61 17 123 73 101
Binary 10110010 11011010 1110000 10010 0 110001 1111 1010011 111011 1000001

Color Harmonies of #B2DA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA70

Black with #B2DA70

Text Example


Text Example

White with #B2DA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA70; }

 p { color: rgb(178,218,112); }

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

background-color css

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

 a { background-color: rgb(178,218,112); }

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

border-color css

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

 span { border-color: rgb(178,218,112); }

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