Html Css Color HEX #BFE00D Inch Worm

📋 copy color: '#BFE00D'

red 191 ◦ green 224 ◦ blue 13

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

Shades of Inch Worm #BFE00D

Tints of Inch Worm #BFE00D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.34%

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

R = 44.63%
G = 52.34%
B = 3.04%

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

#BFE00D (or 0xBFE00D) is known color: Inch Worm. HEX triplet: BF, E0 and 0D. RGB value is (191,224,13). Sum of RGB (Red+Green+Blue) = 191+224+13=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE00D is #401FF2. Grayscale: #BEBEBE. Windows color (decimal): -4202483 or 909503. OLE color: 909503.

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

Color convert

RGB 191 224 13 -
CMYK 0.15 0 0.94 0.12
HSL 69.38º 0.89% 0.46% -
HSV(B) 69.38º 0.94% 0.88% -
XYZ 48.21 64.42 10.27 -
YUV 190.08 28.07 128.66 -
System Red Green Blue C M Y K H S L
Decimal 191 224 13 0.15 0 0.94 0.12 69.38 0.89 0.46
Hex BF E0 D F 0 5E C 45 59 2E
Octal 277 340 15 17 0 136 14 105 131 56
Binary 10111111 11100000 1101 1111 0 1011110 1100 1000101 1011001 101110

Color Harmonies of #BFE00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE00D

Black with #BFE00D

Text Example


Text Example

White with #BFE00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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