Html Css Color HEX #BEDF01 Inch Worm

📋 copy color: '#BEDF01'

red 190 ◦ green 223 ◦ blue 1

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

Shades of Inch Worm #BEDF01

Tints of Inch Worm #BEDF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 45.89%
G = 53.86%
B = 0.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#BEDF01 (or 0xBEDF01) is known color: Inch Worm. HEX triplet: BE, DF and 01. RGB value is (190,223,1). Sum of RGB (Red+Green+Blue) = 190+223+1=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDF01 is #4120FE. Grayscale: #BCBCBC. Windows color (decimal): -4268287 or 122814. OLE color: 122814.

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

Color convert

RGB 190 223 1 -
CMYK 0.15 0 1.00 0.13
HSL 68.92º 0.99% 0.44% -
HSV(B) 68.92º 1% 0.87% -
XYZ 47.63 63.72 9.82 -
YUV 187.83 22.57 129.55 -
System Red Green Blue C M Y K H S L
Decimal 190 223 1 0.15 0 1.00 0.13 68.92 0.99 0.44
Hex BE DF 1 F 0 64 D 45 63 2C
Octal 276 337 1 17 0 144 15 105 143 54
Binary 10111110 11011111 1 1111 0 1100100 1101 1000101 1100011 101100

Color Harmonies of #BEDF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF01

Black with #BEDF01

Text Example


Text Example

White with #BEDF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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