Html Css Color HEX #BFE60A Inch Worm

📋 copy color: '#BFE60A'

red 191 ◦ green 230 ◦ blue 10

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

Shades of Inch Worm #BFE60A

Tints of Inch Worm #BFE60A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.36%

 BLUE value IS 10 (4.3% from 255) = 2.32%

R = 44.32%
G = 53.36%
B = 2.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#BFE60A (or 0xBFE60A) is known color: Inch Worm. HEX triplet: BF, E6 and 0A. RGB value is (191,230,10). Sum of RGB (Red+Green+Blue) = 191+230+10=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE60A is #4019F5. Grayscale: #C2C2C2. Windows color (decimal): -4200950 or 714431. OLE color: 714431.

HSL color Cylindrical-coordinate representation of color #BFE60A: hue angle of 70.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFE60A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 10 -
CMYK 0.17 0 0.96 0.10
HSL 70.64º 0.92% 0.47% -
HSV(B) 70.64º 0.96% 0.9% -
XYZ 49.84 67.69 10.73 -
YUV 193.26 24.58 126.39 -
System Red Green Blue C M Y K H S L
Decimal 191 230 10 0.17 0 0.96 0.10 70.64 0.92 0.47
Hex BF E6 A 11 0 60 A 47 5C 2F
Octal 277 346 12 21 0 140 12 107 134 57
Binary 10111111 11100110 1010 10001 0 1100000 1010 1000111 1011100 101111

Color Harmonies of #BFE60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE60A

Black with #BFE60A

Text Example


Text Example

White with #BFE60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE60A; }

 p { color: rgb(191,230,10); }

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

background-color css

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

 a { background-color: rgb(191,230,10); }

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

border-color css

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

 span { border-color: rgb(191,230,10); }

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