Html Css Color HEX #BCF817 Inch Worm

📋 copy color: '#BCF817'

red 188 ◦ green 248 ◦ blue 23

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

Shades of Inch Worm #BCF817

Tints of Inch Worm #BCF817

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.03%

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

R = 40.96%
G = 54.03%
B = 5.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#BCF817 (or 0xBCF817) is known color: Inch Worm. HEX triplet: BC, F8 and 17. RGB value is (188,248,23). Sum of RGB (Red+Green+Blue) = 188+248+23=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 23 (9.38% from 255 or 5.01% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF817 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF817 is #4307E8. Grayscale: #CDCDCD. Windows color (decimal): -4392937 or 1571004. OLE color: 1571004.

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

Color convert

RGB 188 248 23 -
CMYK 0.24 0 0.91 0.03
HSL 76º 0.94% 0.53% -
HSV(B) 76º 0.91% 0.97% -
XYZ 54.46 77.89 12.97 -
YUV 204.41 25.62 116.3 -
System Red Green Blue C M Y K H S L
Decimal 188 248 23 0.24 0 0.91 0.03 76 0.94 0.53
Hex BC F8 17 18 0 5B 3 4C 5E 35
Octal 274 370 27 30 0 133 3 114 136 65
Binary 10111100 11111000 10111 11000 0 1011011 11 1001100 1011110 110101

Color Harmonies of #BCF817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF817

Black with #BCF817

Text Example


Text Example

White with #BCF817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF817; }

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

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

background-color css

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

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

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

border-color css

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

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

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