Html Css Color HEX #BEF21A Inch Worm

📋 copy color: '#BEF21A'

red 190 ◦ green 242 ◦ blue 26

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

Shades of Inch Worm #BEF21A

Tints of Inch Worm #BEF21A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.84%

 BLUE value IS 26 (10.55% from 255) = 5.68%

R = 41.48%
G = 52.84%
B = 5.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#BEF21A (or 0xBEF21A) is known color: Inch Worm. HEX triplet: BE, F2 and 1A. RGB value is (190,242,26). Sum of RGB (Red+Green+Blue) = 190+242+26=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF21A is #410DE5. Grayscale: #CACACA. Windows color (decimal): -4263398 or 1766078. OLE color: 1766078.

HSL color Cylindrical-coordinate representation of color #BEF21A: hue angle of 74.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEF21A is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 26 -
CMYK 0.21 0 0.89 0.05
HSL 74.44º 0.89% 0.53% -
HSV(B) 74.44º 0.89% 0.95% -
XYZ 53.17 74.53 12.56 -
YUV 201.83 28.77 119.56 -
System Red Green Blue C M Y K H S L
Decimal 190 242 26 0.21 0 0.89 0.05 74.44 0.89 0.53
Hex BE F2 1A 15 0 59 5 4A 59 35
Octal 276 362 32 25 0 131 5 112 131 65
Binary 10111110 11110010 11010 10101 0 1011001 101 1001010 1011001 110101

Color Harmonies of #BEF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF21A

Black with #BEF21A

Text Example


Text Example

White with #BEF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF21A; }

 p { color: rgb(190,242,26); }

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

background-color css

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

 a { background-color: rgb(190,242,26); }

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

border-color css

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

 span { border-color: rgb(190,242,26); }

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