Html Css Color HEX #BEF314 Inch Worm

📋 copy color: '#BEF314'

red 190 ◦ green 243 ◦ blue 20

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

Shades of Inch Worm #BEF314

Tints of Inch Worm #BEF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.64%

 BLUE value IS 20 (8.2% from 255) = 4.42%

R = 41.94%
G = 53.64%
B = 4.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#BEF314 (or 0xBEF314) is known color: Inch Worm. HEX triplet: BE, F3 and 14. RGB value is (190,243,20). Sum of RGB (Red+Green+Blue) = 190+243+20=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF314 is #410CEB. Grayscale: #CACACA. Windows color (decimal): -4263148 or 1373118. OLE color: 1373118.

HSL color Cylindrical-coordinate representation of color #BEF314: hue angle of 74.26º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEF314 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 243 20 -
CMYK 0.22 0 0.92 0.05
HSL 74.26º 0.9% 0.52% -
HSV(B) 74.26º 0.92% 0.95% -
XYZ 53.41 75.1 12.34 -
YUV 201.73 25.44 119.63 -
System Red Green Blue C M Y K H S L
Decimal 190 243 20 0.22 0 0.92 0.05 74.26 0.9 0.52
Hex BE F3 14 16 0 5C 5 4A 5A 34
Octal 276 363 24 26 0 134 5 112 132 64
Binary 10111110 11110011 10100 10110 0 1011100 101 1001010 1011010 110100

Color Harmonies of #BEF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF314

Black with #BEF314

Text Example


Text Example

White with #BEF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF314; }

 p { color: rgb(190,243,20); }

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

background-color css

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

 a { background-color: rgb(190,243,20); }

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

border-color css

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

 span { border-color: rgb(190,243,20); }

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