Html Css Color HEX #B7DA70 Sulu

📋 copy color: '#B7DA70'

red 183 ◦ green 218 ◦ blue 112

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

Shades of Sulu #B7DA70

Tints of Sulu #B7DA70

RGB

 RED value IS 183 (71.88% from 255) = 35.67%

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

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

R = 35.67%
G = 42.5%
B = 21.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#B7DA70 (or 0xB7DA70) is known color: Sulu. HEX triplet: B7, DA and 70. RGB value is (183,218,112). Sum of RGB (Red+Green+Blue) = 183+218+112=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DA70 is #48258F. Grayscale: #C3C3C3. Windows color (decimal): -4728208 or 7396023. OLE color: 7396023.

HSL color Cylindrical-coordinate representation of color #B7DA70: hue angle of 79.81º 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 #B7DA70 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 218 112 -
CMYK 0.16 0 0.49 0.15
HSL 79.81º 0.59% 0.65% -
HSV(B) 79.81º 0.49% 0.85% -
XYZ 47.52 61.38 24.67 -
YUV 195.45 80.9 119.12 -
System Red Green Blue C M Y K H S L
Decimal 183 218 112 0.16 0 0.49 0.15 79.81 0.59 0.65
Hex B7 DA 70 10 0 31 F 50 3B 41
Octal 267 332 160 20 0 61 17 120 73 101
Binary 10110111 11011010 1110000 10000 0 110001 1111 1010000 111011 1000001

Color Harmonies of #B7DA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DA70

Black with #B7DA70

Text Example


Text Example

White with #B7DA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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