Html Css Color HEX #BEF10C Inch Worm

📋 copy color: '#BEF10C'

red 190 ◦ green 241 ◦ blue 12

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

Shades of Inch Worm #BEF10C

Tints of Inch Worm #BEF10C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.4%

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 42.89%
G = 54.4%
B = 2.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#BEF10C (or 0xBEF10C) is known color: Inch Worm. HEX triplet: BE, F1 and 0C. RGB value is (190,241,12). Sum of RGB (Red+Green+Blue) = 190+241+12=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF10C is #410EF3. Grayscale: #C8C8C8. Windows color (decimal): -4263668 or 848318. OLE color: 848318.

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

Color convert

RGB 190 241 12 -
CMYK 0.21 0 0.95 0.05
HSL 73.36º 0.91% 0.5% -
HSV(B) 73.36º 0.95% 0.95% -
XYZ 52.76 73.88 11.83 -
YUV 199.65 22.1 121.12 -
System Red Green Blue C M Y K H S L
Decimal 190 241 12 0.21 0 0.95 0.05 73.36 0.91 0.5
Hex BE F1 C 15 0 5F 5 49 5B 32
Octal 276 361 14 25 0 137 5 111 133 62
Binary 10111110 11110001 1100 10101 0 1011111 101 1001001 1011011 110010

Color Harmonies of #BEF10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF10C

Black with #BEF10C

Text Example


Text Example

White with #BEF10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF10C; }

 p { color: rgb(190,241,12); }

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

background-color css

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

 a { background-color: rgb(190,241,12); }

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

border-color css

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

 span { border-color: rgb(190,241,12); }

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