Html Css Color HEX #BFF01E Inch Worm

📋 copy color: '#BFF01E'

red 191 ◦ green 240 ◦ blue 30

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

Shades of Inch Worm #BFF01E

Tints of Inch Worm #BFF01E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.06%

 BLUE value IS 30 (12.11% from 255) = 6.51%

R = 41.43%
G = 52.06%
B = 6.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#BFF01E (or 0xBFF01E) is known color: Inch Worm. HEX triplet: BF, F0 and 1E. RGB value is (191,240,30). Sum of RGB (Red+Green+Blue) = 191+240+30=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF01E is #400FE1. Grayscale: #CACACA. Windows color (decimal): -4198370 or 2027711. OLE color: 2027711.

HSL color Cylindrical-coordinate representation of color #BFF01E: hue angle of 74º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFF01E is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 30 -
CMYK 0.20 0 0.87 0.06
HSL 74º 0.88% 0.53% -
HSV(B) 74º 0.88% 0.94% -
XYZ 52.88 73.49 12.63 -
YUV 201.41 31.27 120.58 -
System Red Green Blue C M Y K H S L
Decimal 191 240 30 0.20 0 0.87 0.06 74 0.88 0.53
Hex BF F0 1E 14 0 57 6 4A 58 35
Octal 277 360 36 24 0 127 6 112 130 65
Binary 10111111 11110000 11110 10100 0 1010111 110 1001010 1011000 110101

Color Harmonies of #BFF01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF01E

Black with #BFF01E

Text Example


Text Example

White with #BFF01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF01E; }

 p { color: rgb(191,240,30); }

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

background-color css

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

 a { background-color: rgb(191,240,30); }

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

border-color css

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

 span { border-color: rgb(191,240,30); }

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