Html Css Color HEX #BFE10D Inch Worm

📋 copy color: '#BFE10D'

red 191 ◦ green 225 ◦ blue 13

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

Shades of Inch Worm #BFE10D

Tints of Inch Worm #BFE10D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.45%

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

R = 44.52%
G = 52.45%
B = 3.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#BFE10D (or 0xBFE10D) is known color: Inch Worm. HEX triplet: BF, E1 and 0D. RGB value is (191,225,13). Sum of RGB (Red+Green+Blue) = 191+225+13=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE10D is #401EF2. Grayscale: #BFBFBF. Windows color (decimal): -4202227 or 909759. OLE color: 909759.

HSL color Cylindrical-coordinate representation of color #BFE10D: hue angle of 69.62º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFE10D is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 13 -
CMYK 0.15 0 0.94 0.12
HSL 69.62º 0.89% 0.47% -
HSV(B) 69.62º 0.94% 0.88% -
XYZ 48.48 64.96 10.36 -
YUV 190.67 27.74 128.24 -
System Red Green Blue C M Y K H S L
Decimal 191 225 13 0.15 0 0.94 0.12 69.62 0.89 0.47
Hex BF E1 D F 0 5E C 46 59 2F
Octal 277 341 15 17 0 136 14 106 131 57
Binary 10111111 11100001 1101 1111 0 1011110 1100 1000110 1011001 101111

Color Harmonies of #BFE10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE10D

Black with #BFE10D

Text Example


Text Example

White with #BFE10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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