Html Css Color HEX #BEDD02 Inch Worm

📋 copy color: '#BEDD02'

red 190 ◦ green 221 ◦ blue 2

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

Shades of Inch Worm #BEDD02

Tints of Inch Worm #BEDD02

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.51%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 46%
G = 53.51%
B = 0.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#BEDD02 (or 0xBEDD02) is known color: Inch Worm. HEX triplet: BE, DD and 02. RGB value is (190,221,2). Sum of RGB (Red+Green+Blue) = 190+221+2=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD02 is #4122FD. Grayscale: #BBBBBB. Windows color (decimal): -4268798 or 187838. OLE color: 187838.

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

Color convert

RGB 190 221 2 -
CMYK 0.14 0 0.99 0.13
HSL 68.49º 0.98% 0.44% -
HSV(B) 68.49º 0.99% 0.87% -
XYZ 47.1 62.66 9.67 -
YUV 186.77 23.73 130.31 -
System Red Green Blue C M Y K H S L
Decimal 190 221 2 0.14 0 0.99 0.13 68.49 0.98 0.44
Hex BE DD 2 E 0 63 D 44 62 2C
Octal 276 335 2 16 0 143 15 104 142 54
Binary 10111110 11011101 10 1110 0 1100011 1101 1000100 1100010 101100

Color Harmonies of #BEDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD02

Black with #BEDD02

Text Example


Text Example

White with #BEDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD02; }

 p { color: rgb(190,221,2); }

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

background-color css

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

 a { background-color: rgb(190,221,2); }

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

border-color css

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

 span { border-color: rgb(190,221,2); }

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