Html Css Color HEX #BFEC1E Inch Worm

📋 copy color: '#BFEC1E'

red 191 ◦ green 236 ◦ blue 30

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

Shades of Inch Worm #BFEC1E

Tints of Inch Worm #BFEC1E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.64%

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

R = 41.79%
G = 51.64%
B = 6.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#BFEC1E (or 0xBFEC1E) is known color: Inch Worm. HEX triplet: BF, EC and 1E. RGB value is (191,236,30). Sum of RGB (Red+Green+Blue) = 191+236+30=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC1E is #4013E1. Grayscale: #C7C7C7. Windows color (decimal): -4199394 or 2026687. OLE color: 2026687.

HSL color Cylindrical-coordinate representation of color #BFEC1E: hue angle of 73.11º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFEC1E is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 30 -
CMYK 0.19 0 0.87 0.07
HSL 73.11º 0.84% 0.52% -
HSV(B) 73.11º 0.87% 0.93% -
XYZ 51.72 71.16 12.24 -
YUV 199.06 32.59 122.25 -
System Red Green Blue C M Y K H S L
Decimal 191 236 30 0.19 0 0.87 0.07 73.11 0.84 0.52
Hex BF EC 1E 13 0 57 7 49 54 34
Octal 277 354 36 23 0 127 7 111 124 64
Binary 10111111 11101100 11110 10011 0 1010111 111 1001001 1010100 110100

Color Harmonies of #BFEC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC1E

Black with #BFEC1E

Text Example


Text Example

White with #BFEC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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