Html Css Color HEX #BFF115 Inch Worm

📋 copy color: '#BFF115'

red 191 ◦ green 241 ◦ blue 21

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

Shades of Inch Worm #BFF115

Tints of Inch Worm #BFF115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.64%

R = 42.16%
G = 53.2%
B = 4.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#BFF115 (or 0xBFF115) is known color: Inch Worm. HEX triplet: BF, F1 and 15. RGB value is (191,241,21). Sum of RGB (Red+Green+Blue) = 191+241+21=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF115 is #400EEA. Grayscale: #C9C9C9. Windows color (decimal): -4198123 or 1438143. OLE color: 1438143.

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

Color convert

RGB 191 241 21 -
CMYK 0.21 0 0.91 0.05
HSL 73.64º 0.89% 0.51% -
HSV(B) 73.64º 0.91% 0.95% -
XYZ 53.08 74.04 12.2 -
YUV 200.97 26.44 120.89 -
System Red Green Blue C M Y K H S L
Decimal 191 241 21 0.21 0 0.91 0.05 73.64 0.89 0.51
Hex BF F1 15 15 0 5B 5 4A 59 33
Octal 277 361 25 25 0 133 5 112 131 63
Binary 10111111 11110001 10101 10101 0 1011011 101 1001010 1011001 110011

Color Harmonies of #BFF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF115

Black with #BFF115

Text Example


Text Example

White with #BFF115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF115; }

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

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

background-color css

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

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

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

border-color css

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

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

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