Html Css Color HEX #BCF517 Inch Worm

📋 copy color: '#BCF517'

red 188 ◦ green 245 ◦ blue 23

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

Shades of Inch Worm #BCF517

Tints of Inch Worm #BCF517

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.73%

 BLUE value IS 23 (9.38% from 255) = 5.04%

R = 41.23%
G = 53.73%
B = 5.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#BCF517 (or 0xBCF517) is known color: Inch Worm. HEX triplet: BC, F5 and 17. RGB value is (188,245,23). Sum of RGB (Red+Green+Blue) = 188+245+23=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF517 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF517 is #430AE8. Grayscale: #CBCBCB. Windows color (decimal): -4393705 or 1570236. OLE color: 1570236.

HSL color Cylindrical-coordinate representation of color #BCF517: hue angle of 75.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCF517 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 23 -
CMYK 0.23 0 0.91 0.04
HSL 75.41º 0.92% 0.53% -
HSV(B) 75.41º 0.91% 0.96% -
XYZ 53.55 76.06 12.67 -
YUV 202.65 26.62 117.55 -
System Red Green Blue C M Y K H S L
Decimal 188 245 23 0.23 0 0.91 0.04 75.41 0.92 0.53
Hex BC F5 17 17 0 5B 4 4B 5C 35
Octal 274 365 27 27 0 133 4 113 134 65
Binary 10111100 11110101 10111 10111 0 1011011 100 1001011 1011100 110101

Color Harmonies of #BCF517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF517

Black with #BCF517

Text Example


Text Example

White with #BCF517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF517; }

 p { color: rgb(188,245,23); }

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

background-color css

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

 a { background-color: rgb(188,245,23); }

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

border-color css

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

 span { border-color: rgb(188,245,23); }

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