Html Css Color HEX #B7F314 Inch Worm

📋 copy color: '#B7F314'

red 183 ◦ green 243 ◦ blue 20

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

Shades of Inch Worm #B7F314

Tints of Inch Worm #B7F314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.48%

 BLUE value IS 20 (8.2% from 255) = 4.48%

R = 41.03%
G = 54.48%
B = 4.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#B7F314 (or 0xB7F314) is known color: Inch Worm. HEX triplet: B7, F3 and 14. RGB value is (183,243,20). Sum of RGB (Red+Green+Blue) = 183+243+20=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7F314 is #480CEB. Grayscale: #C8C8C8. Windows color (decimal): -4721900 or 1373111. OLE color: 1373111.

HSL color Cylindrical-coordinate representation of color #B7F314: hue angle of 76.14º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7F314 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 243 20 -
CMYK 0.25 0 0.92 0.05
HSL 76.14º 0.9% 0.52% -
HSV(B) 76.14º 0.92% 0.95% -
XYZ 51.71 74.22 12.26 -
YUV 199.64 26.62 116.13 -
System Red Green Blue C M Y K H S L
Decimal 183 243 20 0.25 0 0.92 0.05 76.14 0.9 0.52
Hex B7 F3 14 19 0 5C 5 4C 5A 34
Octal 267 363 24 31 0 134 5 114 132 64
Binary 10110111 11110011 10100 11001 0 1011100 101 1001100 1011010 110100

Color Harmonies of #B7F314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F314

Black with #B7F314

Text Example


Text Example

White with #B7F314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F314; }

 p { color: rgb(183,243,20); }

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

background-color css

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

 a { background-color: rgb(183,243,20); }

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

border-color css

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

 span { border-color: rgb(183,243,20); }

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