Html Css Color HEX #BFE204 Inch Worm

📋 copy color: '#BFE204'

red 191 ◦ green 226 ◦ blue 4

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

Shades of Inch Worm #BFE204

Tints of Inch Worm #BFE204

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.68%

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

R = 45.37%
G = 53.68%
B = 0.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#BFE204 (or 0xBFE204) is known color: Inch Worm. HEX triplet: BF, E2 and 04. RGB value is (191,226,4). Sum of RGB (Red+Green+Blue) = 191+226+4=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 226 (88.67% from 255 or 53.68% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE204 is #401DFB. Grayscale: #BFBFBF. Windows color (decimal): -4201980 or 320191. OLE color: 320191.

HSL color Cylindrical-coordinate representation of color #BFE204: hue angle of 69.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFE204 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 226 4 -
CMYK 0.15 0 0.98 0.11
HSL 69.46º 0.97% 0.45% -
HSV(B) 69.46º 0.98% 0.89% -
XYZ 48.7 65.48 10.19 -
YUV 190.23 22.9 128.55 -
System Red Green Blue C M Y K H S L
Decimal 191 226 4 0.15 0 0.98 0.11 69.46 0.97 0.45
Hex BF E2 4 F 0 62 B 45 61 2D
Octal 277 342 4 17 0 142 13 105 141 55
Binary 10111111 11100010 100 1111 0 1100010 1011 1000101 1100001 101101

Color Harmonies of #BFE204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE204

Black with #BFE204

Text Example


Text Example

White with #BFE204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE204; }

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

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

background-color css

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

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

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

border-color css

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

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

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