Html Css Color HEX #BEDF11 Inch Worm

📋 copy color: '#BEDF11'

red 190 ◦ green 223 ◦ blue 17

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

Shades of Inch Worm #BEDF11

Tints of Inch Worm #BEDF11

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.86%

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 44.19%
G = 51.86%
B = 3.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#BEDF11 (or 0xBEDF11) is known color: Inch Worm. HEX triplet: BE, DF and 11. RGB value is (190,223,17). Sum of RGB (Red+Green+Blue) = 190+223+17=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDF11 is #4120EE. Grayscale: #BEBEBE. Windows color (decimal): -4268271 or 1171390. OLE color: 1171390.

HSL color Cylindrical-coordinate representation of color #BEDF11: hue angle of 69.61º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEDF11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 17 -
CMYK 0.15 0 0.92 0.13
HSL 69.61º 0.86% 0.47% -
HSV(B) 69.61º 0.92% 0.87% -
XYZ 47.72 63.76 10.32 -
YUV 189.65 30.57 128.25 -
System Red Green Blue C M Y K H S L
Decimal 190 223 17 0.15 0 0.92 0.13 69.61 0.86 0.47
Hex BE DF 11 F 0 5C D 46 56 2F
Octal 276 337 21 17 0 134 15 106 126 57
Binary 10111110 11011111 10001 1111 0 1011100 1101 1000110 1010110 101111

Color Harmonies of #BEDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF11

Black with #BEDF11

Text Example


Text Example

White with #BEDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF11; }

 p { color: rgb(190,223,17); }

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

background-color css

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

 a { background-color: rgb(190,223,17); }

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

border-color css

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

 span { border-color: rgb(190,223,17); }

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