Html Css Color HEX #BFE704 Inch Worm

📋 copy color: '#BFE704'

red 191 ◦ green 231 ◦ blue 4

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

Shades of Inch Worm #BFE704

Tints of Inch Worm #BFE704

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.23%

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

R = 44.84%
G = 54.23%
B = 0.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#BFE704 (or 0xBFE704) is known color: Inch Worm. HEX triplet: BF, E7 and 04. RGB value is (191,231,4). Sum of RGB (Red+Green+Blue) = 191+231+4=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 231 (90.62% from 255 or 54.23% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE704 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE704 is #4018FB. Grayscale: #C2C2C2. Windows color (decimal): -4200700 or 321471. OLE color: 321471.

HSL color Cylindrical-coordinate representation of color #BFE704: hue angle of 70.57º 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 #BFE704 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 4 -
CMYK 0.17 0 0.98 0.09
HSL 70.57º 0.97% 0.46% -
HSV(B) 70.57º 0.98% 0.91% -
XYZ 50.08 68.24 10.65 -
YUV 193.16 21.25 126.46 -
System Red Green Blue C M Y K H S L
Decimal 191 231 4 0.17 0 0.98 0.09 70.57 0.97 0.46
Hex BF E7 4 11 0 62 9 47 61 2E
Octal 277 347 4 21 0 142 11 107 141 56
Binary 10111111 11100111 100 10001 0 1100010 1001 1000111 1100001 101110

Color Harmonies of #BFE704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE704

Black with #BFE704

Text Example


Text Example

White with #BFE704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE704; }

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

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

background-color css

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

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

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

border-color css

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

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

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