Html Css Color HEX #B7D70A Inch Worm

📋 copy color: '#B7D70A'

red 183 ◦ green 215 ◦ blue 10

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

Shades of Inch Worm #B7D70A

Tints of Inch Worm #B7D70A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.7%

 BLUE value IS 10 (4.3% from 255) = 2.45%

R = 44.85%
G = 52.7%
B = 2.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#B7D70A (or 0xB7D70A) is known color: Inch Worm. HEX triplet: B7, D7 and 0A. RGB value is (183,215,10). Sum of RGB (Red+Green+Blue) = 183+215+10=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D70A is #4828F5. Grayscale: #B6B6B6. Windows color (decimal): -4729078 or 710583. OLE color: 710583.

HSL color Cylindrical-coordinate representation of color #B7D70A: hue angle of 69.37º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7D70A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 215 10 -
CMYK 0.15 0 0.95 0.16
HSL 69.37º 0.91% 0.44% -
HSV(B) 69.37º 0.95% 0.84% -
XYZ 43.88 58.69 9.3 -
YUV 182.06 30.9 128.67 -
System Red Green Blue C M Y K H S L
Decimal 183 215 10 0.15 0 0.95 0.16 69.37 0.91 0.44
Hex B7 D7 A F 0 5F 10 45 5B 2C
Octal 267 327 12 17 0 137 20 105 133 54
Binary 10110111 11010111 1010 1111 0 1011111 10000 1000101 1011011 101100

Color Harmonies of #B7D70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D70A

Black with #B7D70A

Text Example


Text Example

White with #B7D70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D70A; }

 p { color: rgb(183,215,10); }

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

background-color css

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

 a { background-color: rgb(183,215,10); }

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

border-color css

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

 span { border-color: rgb(183,215,10); }

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