Html Css Color HEX #BFE003 Inch Worm

📋 copy color: '#BFE003'

red 191 ◦ green 224 ◦ blue 3

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

Shades of Inch Worm #BFE003

Tints of Inch Worm #BFE003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 45.69%
G = 53.59%
B = 0.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#BFE003 (or 0xBFE003) is known color: Inch Worm. HEX triplet: BF, E0 and 03. RGB value is (191,224,3). Sum of RGB (Red+Green+Blue) = 191+224+3=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE003 is #401FFC. Grayscale: #BDBDBD. Windows color (decimal): -4202493 or 254143. OLE color: 254143.

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

Color convert

RGB 191 224 3 -
CMYK 0.15 0 0.99 0.12
HSL 68.96º 0.97% 0.45% -
HSV(B) 68.96º 0.99% 0.88% -
XYZ 48.16 64.39 9.98 -
YUV 188.94 23.07 129.47 -
System Red Green Blue C M Y K H S L
Decimal 191 224 3 0.15 0 0.99 0.12 68.96 0.97 0.45
Hex BF E0 3 F 0 63 C 45 61 2D
Octal 277 340 3 17 0 143 14 105 141 55
Binary 10111111 11100000 11 1111 0 1100011 1100 1000101 1100001 101101

Color Harmonies of #BFE003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE003

Black with #BFE003

Text Example


Text Example

White with #BFE003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE003; }

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

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

background-color css

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

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

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

border-color css

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

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

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