Html Css Color HEX #BEDC04 Inch Worm

📋 copy color: '#BEDC04'

red 190 ◦ green 220 ◦ blue 4

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

Shades of Inch Worm #BEDC04

Tints of Inch Worm #BEDC04

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.14%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 45.89%
G = 53.14%
B = 0.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#BEDC04 (or 0xBEDC04) is known color: Inch Worm. HEX triplet: BE, DC and 04. RGB value is (190,220,4). Sum of RGB (Red+Green+Blue) = 190+220+4=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDC04 is #4123FB. Grayscale: #BBBBBB. Windows color (decimal): -4269052 or 318654. OLE color: 318654.

HSL color Cylindrical-coordinate representation of color #BEDC04: hue angle of 68.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEDC04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 4 -
CMYK 0.14 0 0.98 0.14
HSL 68.33º 0.96% 0.44% -
HSV(B) 68.33º 0.98% 0.86% -
XYZ 46.85 62.14 9.64 -
YUV 186.41 25.06 130.56 -
System Red Green Blue C M Y K H S L
Decimal 190 220 4 0.14 0 0.98 0.14 68.33 0.96 0.44
Hex BE DC 4 E 0 62 E 44 60 2C
Octal 276 334 4 16 0 142 16 104 140 54
Binary 10111110 11011100 100 1110 0 1100010 1110 1000100 1100000 101100

Color Harmonies of #BEDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC04

Black with #BEDC04

Text Example


Text Example

White with #BEDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC04; }

 p { color: rgb(190,220,4); }

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

background-color css

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

 a { background-color: rgb(190,220,4); }

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

border-color css

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

 span { border-color: rgb(190,220,4); }

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