Html Css Color HEX #BCF118 Inch Worm

📋 copy color: '#BCF118'

red 188 ◦ green 241 ◦ blue 24

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

Shades of Inch Worm #BCF118

Tints of Inch Worm #BCF118

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.2%

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

R = 41.5%
G = 53.2%
B = 5.3%

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

#BCF118 (or 0xBCF118) is known color: Inch Worm. HEX triplet: BC, F1 and 18. RGB value is (188,241,24). Sum of RGB (Red+Green+Blue) = 188+241+24=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF118 is #430EE7. Grayscale: #C9C9C9. Windows color (decimal): -4394728 or 1634748. OLE color: 1634748.

HSL color Cylindrical-coordinate representation of color #BCF118: hue angle of 74.65º 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 #BCF118 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 24 -
CMYK 0.22 0 0.90 0.05
HSL 74.65º 0.89% 0.52% -
HSV(B) 74.65º 0.9% 0.95% -
XYZ 52.36 73.67 12.32 -
YUV 200.42 28.44 119.14 -
System Red Green Blue C M Y K H S L
Decimal 188 241 24 0.22 0 0.90 0.05 74.65 0.89 0.52
Hex BC F1 18 16 0 5A 5 4B 59 34
Octal 274 361 30 26 0 132 5 113 131 64
Binary 10111100 11110001 11000 10110 0 1011010 101 1001011 1011001 110100

Color Harmonies of #BCF118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF118

Black with #BCF118

Text Example


Text Example

White with #BCF118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF118; }

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

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

background-color css

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

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

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

border-color css

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

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

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