Html Css Color HEX #BCF218 Inch Worm

📋 copy color: '#BCF218'

red 188 ◦ green 242 ◦ blue 24

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

Shades of Inch Worm #BCF218

Tints of Inch Worm #BCF218

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.3%

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

R = 41.41%
G = 53.3%
B = 5.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#BCF218 (or 0xBCF218) is known color: Inch Worm. HEX triplet: BC, F2 and 18. RGB value is (188,242,24). Sum of RGB (Red+Green+Blue) = 188+242+24=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF218 is #430DE7. Grayscale: #C9C9C9. Windows color (decimal): -4394472 or 1635004. OLE color: 1635004.

HSL color Cylindrical-coordinate representation of color #BCF218: hue angle of 74.86º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCF218 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 24 -
CMYK 0.22 0 0.90 0.05
HSL 74.86º 0.89% 0.52% -
HSV(B) 74.86º 0.9% 0.95% -
XYZ 52.66 74.26 12.42 -
YUV 201 28.11 118.73 -
System Red Green Blue C M Y K H S L
Decimal 188 242 24 0.22 0 0.90 0.05 74.86 0.89 0.52
Hex BC F2 18 16 0 5A 5 4B 59 34
Octal 274 362 30 26 0 132 5 113 131 64
Binary 10111100 11110010 11000 10110 0 1011010 101 1001011 1011001 110100

Color Harmonies of #BCF218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF218

Black with #BCF218

Text Example


Text Example

White with #BCF218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF218; }

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

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

background-color css

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

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

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

border-color css

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

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

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