Html Css Color HEX #BEE714 Inch Worm

📋 copy color: '#BEE714'

red 190 ◦ green 231 ◦ blue 20

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

Shades of Inch Worm #BEE714

Tints of Inch Worm #BEE714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.38%

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

R = 43.08%
G = 52.38%
B = 4.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#BEE714 (or 0xBEE714) is known color: Inch Worm. HEX triplet: BE, E7 and 14. RGB value is (190,231,20). Sum of RGB (Red+Green+Blue) = 190+231+20=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE714 is #4118EB. Grayscale: #C3C3C3. Windows color (decimal): -4266220 or 1370046. OLE color: 1370046.

HSL color Cylindrical-coordinate representation of color #BEE714: hue angle of 71.66º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEE714 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 231 20 -
CMYK 0.18 0 0.91 0.09
HSL 71.66º 0.84% 0.49% -
HSV(B) 71.66º 0.91% 0.91% -
XYZ 49.94 68.15 11.18 -
YUV 194.69 29.42 124.66 -
System Red Green Blue C M Y K H S L
Decimal 190 231 20 0.18 0 0.91 0.09 71.66 0.84 0.49
Hex BE E7 14 12 0 5B 9 48 54 31
Octal 276 347 24 22 0 133 11 110 124 61
Binary 10111110 11100111 10100 10010 0 1011011 1001 1001000 1010100 110001

Color Harmonies of #BEE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE714

Black with #BEE714

Text Example


Text Example

White with #BEE714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE714; }

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

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

background-color css

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

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

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

border-color css

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

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

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