Html Css Color HEX #BFF413 Inch Worm

📋 copy color: '#BFF413'

red 191 ◦ green 244 ◦ blue 19

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

Shades of Inch Worm #BFF413

Tints of Inch Worm #BFF413

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.74%

 BLUE value IS 19 (7.81% from 255) = 4.19%

R = 42.07%
G = 53.74%
B = 4.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#BFF413 (or 0xBFF413) is known color: Inch Worm. HEX triplet: BF, F4 and 13. RGB value is (191,244,19). Sum of RGB (Red+Green+Blue) = 191+244+19=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 244 (95.70% from 255 or 53.74% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF413 is #400BEC. Grayscale: #CBCBCB. Windows color (decimal): -4197357 or 1307839. OLE color: 1307839.

HSL color Cylindrical-coordinate representation of color #BFF413: hue angle of 74.13º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFF413 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 244 19 -
CMYK 0.22 0 0.92 0.04
HSL 74.13º 0.91% 0.52% -
HSV(B) 74.13º 0.92% 0.96% -
XYZ 53.95 75.82 12.41 -
YUV 202.5 24.44 119.8 -
System Red Green Blue C M Y K H S L
Decimal 191 244 19 0.22 0 0.92 0.04 74.13 0.91 0.52
Hex BF F4 13 16 0 5C 4 4A 5B 34
Octal 277 364 23 26 0 134 4 112 133 64
Binary 10111111 11110100 10011 10110 0 1011100 100 1001010 1011011 110100

Color Harmonies of #BFF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF413

Black with #BFF413

Text Example


Text Example

White with #BFF413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF413; }

 p { color: rgb(191,244,19); }

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

background-color css

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

 a { background-color: rgb(191,244,19); }

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

border-color css

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

 span { border-color: rgb(191,244,19); }

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