Html Css Color HEX #BFF118 Inch Worm

📋 copy color: '#BFF118'

red 191 ◦ green 241 ◦ blue 24

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

Shades of Inch Worm #BFF118

Tints of Inch Worm #BFF118

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.85%

 BLUE value IS 24 (9.77% from 255) = 5.26%

R = 41.89%
G = 52.85%
B = 5.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#BFF118 (or 0xBFF118) is known color: Inch Worm. HEX triplet: BF, F1 and 18. RGB value is (191,241,24). Sum of RGB (Red+Green+Blue) = 191+241+24=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF118 is #400EE7. Grayscale: #CACACA. Windows color (decimal): -4198120 or 1634751. OLE color: 1634751.

HSL color Cylindrical-coordinate representation of color #BFF118: hue angle of 73.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFF118 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 24 -
CMYK 0.21 0 0.90 0.05
HSL 73.82º 0.89% 0.52% -
HSV(B) 73.82º 0.9% 0.95% -
XYZ 53.11 74.05 12.36 -
YUV 201.31 27.94 120.64 -
System Red Green Blue C M Y K H S L
Decimal 191 241 24 0.21 0 0.90 0.05 73.82 0.89 0.52
Hex BF F1 18 15 0 5A 5 4A 59 34
Octal 277 361 30 25 0 132 5 112 131 64
Binary 10111111 11110001 11000 10101 0 1011010 101 1001010 1011001 110100

Color Harmonies of #BFF118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF118

Black with #BFF118

Text Example


Text Example

White with #BFF118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF118; }

 p { color: rgb(191,241,24); }

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

background-color css

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

 a { background-color: rgb(191,241,24); }

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

border-color css

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

 span { border-color: rgb(191,241,24); }

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