Html Css Color HEX #BEDE04 Inch Worm

📋 copy color: '#BEDE04'

red 190 ◦ green 222 ◦ blue 4

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

Shades of Inch Worm #BEDE04

Tints of Inch Worm #BEDE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.37%

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

R = 45.67%
G = 53.37%
B = 0.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#BEDE04 (or 0xBEDE04) is known color: Inch Worm. HEX triplet: BE, DE and 04. RGB value is (190,222,4). Sum of RGB (Red+Green+Blue) = 190+222+4=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDE04 is #4121FB. Grayscale: #BCBCBC. Windows color (decimal): -4268540 or 319166. OLE color: 319166.

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

Color convert

RGB 190 222 4 -
CMYK 0.14 0 0.98 0.13
HSL 68.81º 0.96% 0.44% -
HSV(B) 68.81º 0.98% 0.87% -
XYZ 47.38 63.2 9.82 -
YUV 187.58 24.4 129.73 -
System Red Green Blue C M Y K H S L
Decimal 190 222 4 0.14 0 0.98 0.13 68.81 0.96 0.44
Hex BE DE 4 E 0 62 D 45 60 2C
Octal 276 336 4 16 0 142 15 105 140 54
Binary 10111110 11011110 100 1110 0 1100010 1101 1000101 1100000 101100

Color Harmonies of #BEDE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE04

Black with #BEDE04

Text Example


Text Example

White with #BEDE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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