Html Css Color HEX #BFE504 Inch Worm

📋 copy color: '#BFE504'

red 191 ◦ green 229 ◦ blue 4

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

Shades of Inch Worm #BFE504

Tints of Inch Worm #BFE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.01%

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

R = 45.05%
G = 54.01%
B = 0.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#BFE504 (or 0xBFE504) is known color: Inch Worm. HEX triplet: BF, E5 and 04. RGB value is (191,229,4). Sum of RGB (Red+Green+Blue) = 191+229+4=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 229 (89.84% from 255 or 54.01% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE504 is #401AFB. Grayscale: #C0C0C0. Windows color (decimal): -4201212 or 320959. OLE color: 320959.

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

Color convert

RGB 191 229 4 -
CMYK 0.17 0 0.98 0.10
HSL 70.13º 0.97% 0.46% -
HSV(B) 70.13º 0.98% 0.9% -
XYZ 49.53 67.12 10.46 -
YUV 191.99 21.91 127.3 -
System Red Green Blue C M Y K H S L
Decimal 191 229 4 0.17 0 0.98 0.10 70.13 0.97 0.46
Hex BF E5 4 11 0 62 A 46 61 2E
Octal 277 345 4 21 0 142 12 106 141 56
Binary 10111111 11100101 100 10001 0 1100010 1010 1000110 1100001 101110

Color Harmonies of #BFE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE504

Black with #BFE504

Text Example


Text Example

White with #BFE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE504; }

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

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

background-color css

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

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

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

border-color css

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

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

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