Html Css Color HEX #BFE61B Inch Worm

📋 copy color: '#BFE61B'

red 191 ◦ green 230 ◦ blue 27

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

Shades of Inch Worm #BFE61B

Tints of Inch Worm #BFE61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.03%

R = 42.63%
G = 51.34%
B = 6.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#BFE61B (or 0xBFE61B) is known color: Inch Worm. HEX triplet: BF, E6 and 1B. RGB value is (191,230,27). Sum of RGB (Red+Green+Blue) = 191+230+27=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE61B is #4019E4. Grayscale: #C3C3C3. Windows color (decimal): -4200933 or 1828543. OLE color: 1828543.

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

Color convert

RGB 191 230 27 -
CMYK 0.17 0 0.88 0.10
HSL 71.53º 0.8% 0.5% -
HSV(B) 71.53º 0.88% 0.9% -
XYZ 49.98 67.75 11.48 -
YUV 195.2 33.08 125.01 -
System Red Green Blue C M Y K H S L
Decimal 191 230 27 0.17 0 0.88 0.10 71.53 0.8 0.5
Hex BF E6 1B 11 0 58 A 48 50 32
Octal 277 346 33 21 0 130 12 110 120 62
Binary 10111111 11100110 11011 10001 0 1011000 1010 1001000 1010000 110010

Color Harmonies of #BFE61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE61B

Black with #BFE61B

Text Example


Text Example

White with #BFE61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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