Html Css Color HEX #BED80F Inch Worm

📋 copy color: '#BED80F'

red 190 ◦ green 216 ◦ blue 15

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

Shades of Inch Worm #BED80F

Tints of Inch Worm #BED80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.31%

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 45.13%
G = 51.31%
B = 3.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#BED80F (or 0xBED80F) is known color: Inch Worm. HEX triplet: BE, D8 and 0F. RGB value is (190,216,15). Sum of RGB (Red+Green+Blue) = 190+216+15=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #BED80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED80F is #4127F0. Grayscale: #BABABA. Windows color (decimal): -4270065 or 1038526. OLE color: 1038526.

HSL color Cylindrical-coordinate representation of color #BED80F: hue angle of 67.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BED80F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 15 -
CMYK 0.12 0 0.93 0.15
HSL 67.76º 0.87% 0.45% -
HSV(B) 67.76º 0.93% 0.85% -
XYZ 45.88 60.09 9.63 -
YUV 185.31 31.89 131.34 -
System Red Green Blue C M Y K H S L
Decimal 190 216 15 0.12 0 0.93 0.15 67.76 0.87 0.45
Hex BE D8 F C 0 5D F 44 57 2D
Octal 276 330 17 14 0 135 17 104 127 55
Binary 10111110 11011000 1111 1100 0 1011101 1111 1000100 1010111 101101

Color Harmonies of #BED80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED80F

Black with #BED80F

Text Example


Text Example

White with #BED80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED80F; }

 p { color: rgb(190,216,15); }

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

background-color css

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

 a { background-color: rgb(190,216,15); }

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

border-color css

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

 span { border-color: rgb(190,216,15); }

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