Html Css Color HEX #BFE804 Inch Worm

📋 copy color: '#BFE804'

red 191 ◦ green 232 ◦ blue 4

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

Shades of Inch Worm #BFE804

Tints of Inch Worm #BFE804

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.33%

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 44.73%
G = 54.33%
B = 0.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#BFE804 (or 0xBFE804) is known color: Inch Worm. HEX triplet: BF, E8 and 04. RGB value is (191,232,4). Sum of RGB (Red+Green+Blue) = 191+232+4=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 232 (91.02% from 255 or 54.33% from 427); Blue value is 4 (1.95% from 255 or 0.94% from 427); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE804 is #4017FB. Grayscale: #C2C2C2. Windows color (decimal): -4200444 or 321727. OLE color: 321727.

HSL color Cylindrical-coordinate representation of color #BFE804: hue angle of 70.79º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFE804 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 232 4 -
CMYK 0.18 0 0.98 0.09
HSL 70.79º 0.97% 0.46% -
HSV(B) 70.79º 0.98% 0.91% -
XYZ 50.36 68.8 10.74 -
YUV 193.75 20.92 126.04 -
System Red Green Blue C M Y K H S L
Decimal 191 232 4 0.18 0 0.98 0.09 70.79 0.97 0.46
Hex BF E8 4 12 0 62 9 47 61 2E
Octal 277 350 4 22 0 142 11 107 141 56
Binary 10111111 11101000 100 10010 0 1100010 1001 1000111 1100001 101110

Color Harmonies of #BFE804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE804

Black with #BFE804

Text Example


Text Example

White with #BFE804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE804; }

 p { color: rgb(191,232,4); }

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

background-color css

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

 a { background-color: rgb(191,232,4); }

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

border-color css

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

 span { border-color: rgb(191,232,4); }

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