Html Css Color HEX #BCF718 Inch Worm

📋 copy color: '#BCF718'

red 188 ◦ green 247 ◦ blue 24

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

Shades of Inch Worm #BCF718

Tints of Inch Worm #BCF718

RGB

 RED value IS 188 (73.83% from 255) = 40.96%

 GREEN value IS 247 (96.88% from 255) = 53.81%

 BLUE value IS 24 (9.77% from 255) = 5.23%

R = 40.96%
G = 53.81%
B = 5.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#BCF718 (or 0xBCF718) is known color: Inch Worm. HEX triplet: BC, F7 and 18. RGB value is (188,247,24). Sum of RGB (Red+Green+Blue) = 188+247+24=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF718 is #4308E7. Grayscale: #CCCCCC. Windows color (decimal): -4393192 or 1636284. OLE color: 1636284.

HSL color Cylindrical-coordinate representation of color #BCF718: hue angle of 75.87º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCF718 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 24 -
CMYK 0.24 0 0.90 0.03
HSL 75.87º 0.93% 0.53% -
HSV(B) 75.87º 0.9% 0.97% -
XYZ 54.16 77.28 12.93 -
YUV 203.94 26.45 116.63 -
System Red Green Blue C M Y K H S L
Decimal 188 247 24 0.24 0 0.90 0.03 75.87 0.93 0.53
Hex BC F7 18 18 0 5A 3 4C 5D 35
Octal 274 367 30 30 0 132 3 114 135 65
Binary 10111100 11110111 11000 11000 0 1011010 11 1001100 1011101 110101

Color Harmonies of #BCF718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF718

Black with #BCF718

Text Example


Text Example

White with #BCF718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF718; }

 p { color: rgb(188,247,24); }

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

background-color css

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

 a { background-color: rgb(188,247,24); }

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

border-color css

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

 span { border-color: rgb(188,247,24); }

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