Html Css Color HEX #BEEF0D Inch Worm

📋 copy color: '#BEEF0D'

red 190 ◦ green 239 ◦ blue 13

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

Shades of Inch Worm #BEEF0D

Tints of Inch Worm #BEEF0D

RGB

 RED value IS 190 (74.61% from 255) = 42.99%

 GREEN value IS 239 (93.75% from 255) = 54.07%

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 42.99%
G = 54.07%
B = 2.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#BEEF0D (or 0xBEEF0D) is known color: Inch Worm. HEX triplet: BE, EF and 0D. RGB value is (190,239,13). Sum of RGB (Red+Green+Blue) = 190+239+13=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEEF0D is #4110F2. Grayscale: #C7C7C7. Windows color (decimal): -4264179 or 913342. OLE color: 913342.

HSL color Cylindrical-coordinate representation of color #BEEF0D: hue angle of 73.01º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEEF0D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 239 13 -
CMYK 0.21 0 0.95 0.06
HSL 73.01º 0.9% 0.49% -
HSV(B) 73.01º 0.95% 0.94% -
XYZ 52.17 72.71 11.67 -
YUV 198.59 23.27 121.88 -
System Red Green Blue C M Y K H S L
Decimal 190 239 13 0.21 0 0.95 0.06 73.01 0.9 0.49
Hex BE EF D 15 0 5F 6 49 5A 31
Octal 276 357 15 25 0 137 6 111 132 61
Binary 10111110 11101111 1101 10101 0 1011111 110 1001001 1011010 110001

Color Harmonies of #BEEF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEF0D

Black with #BEEF0D

Text Example


Text Example

White with #BEEF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEF0D; }

 p { color: rgb(190,239,13); }

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

background-color css

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

 a { background-color: rgb(190,239,13); }

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

border-color css

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

 span { border-color: rgb(190,239,13); }

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