Html Css Color HEX #BFE008 Inch Worm

📋 copy color: '#BFE008'

red 191 ◦ green 224 ◦ blue 8

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

Shades of Inch Worm #BFE008

Tints of Inch Worm #BFE008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 45.15%
G = 52.96%
B = 1.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#BFE008 (or 0xBFE008) is known color: Inch Worm. HEX triplet: BF, E0 and 08. RGB value is (191,224,8). Sum of RGB (Red+Green+Blue) = 191+224+8=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE008 is #401FF7. Grayscale: #BEBEBE. Windows color (decimal): -4202488 or 581823. OLE color: 581823.

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

Color convert

RGB 191 224 8 -
CMYK 0.15 0 0.96 0.12
HSL 69.17º 0.93% 0.45% -
HSV(B) 69.17º 0.96% 0.88% -
XYZ 48.19 64.41 10.12 -
YUV 189.51 25.57 129.06 -
System Red Green Blue C M Y K H S L
Decimal 191 224 8 0.15 0 0.96 0.12 69.17 0.93 0.45
Hex BF E0 8 F 0 60 C 45 5D 2D
Octal 277 340 10 17 0 140 14 105 135 55
Binary 10111111 11100000 1000 1111 0 1100000 1100 1000101 1011101 101101

Color Harmonies of #BFE008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE008

Black with #BFE008

Text Example


Text Example

White with #BFE008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE008; }

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

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

background-color css

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

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

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

border-color css

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

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

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