Html Css Color HEX #BFE60D Inch Worm

📋 copy color: '#BFE60D'

red 191 ◦ green 230 ◦ blue 13

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

Shades of Inch Worm #BFE60D

Tints of Inch Worm #BFE60D

RGB

 RED value IS 191 (75% from 255) = 44.01%

 GREEN value IS 230 (90.23% from 255) = 53%

 BLUE value IS 13 (5.47% from 255) = 3%

R = 44.01%
G = 53%
B = 3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#BFE60D (or 0xBFE60D) is known color: Inch Worm. HEX triplet: BF, E6 and 0D. RGB value is (191,230,13). Sum of RGB (Red+Green+Blue) = 191+230+13=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE60D is #4019F2. Grayscale: #C2C2C2. Windows color (decimal): -4200947 or 911039. OLE color: 911039.

HSL color Cylindrical-coordinate representation of color #BFE60D: hue angle of 70.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFE60D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 13 -
CMYK 0.17 0 0.94 0.10
HSL 70.78º 0.89% 0.48% -
HSV(B) 70.78º 0.94% 0.9% -
XYZ 49.86 67.7 10.82 -
YUV 193.6 26.08 126.14 -
System Red Green Blue C M Y K H S L
Decimal 191 230 13 0.17 0 0.94 0.10 70.78 0.89 0.48
Hex BF E6 D 11 0 5E A 47 59 30
Octal 277 346 15 21 0 136 12 107 131 60
Binary 10111111 11100110 1101 10001 0 1011110 1010 1000111 1011001 110000

Color Harmonies of #BFE60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE60D

Black with #BFE60D

Text Example


Text Example

White with #BFE60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE60D; }

 p { color: rgb(191,230,13); }

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

background-color css

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

 a { background-color: rgb(191,230,13); }

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

border-color css

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

 span { border-color: rgb(191,230,13); }

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