Html Css Color HEX #BCF219 Inch Worm

📋 copy color: '#BCF219'

red 188 ◦ green 242 ◦ blue 25

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

Shades of Inch Worm #BCF219

Tints of Inch Worm #BCF219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.49%

R = 41.32%
G = 53.19%
B = 5.49%

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

#BCF219 (or 0xBCF219) is known color: Inch Worm. HEX triplet: BC, F2 and 19. RGB value is (188,242,25). Sum of RGB (Red+Green+Blue) = 188+242+25=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF219 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF219 is #430DE6. Grayscale: #C9C9C9. Windows color (decimal): -4394471 or 1700540. OLE color: 1700540.

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

Color convert

RGB 188 242 25 -
CMYK 0.22 0 0.90 0.05
HSL 74.93º 0.89% 0.52% -
HSV(B) 74.93º 0.9% 0.95% -
XYZ 52.67 74.27 12.48 -
YUV 201.12 28.61 118.64 -
System Red Green Blue C M Y K H S L
Decimal 188 242 25 0.22 0 0.90 0.05 74.93 0.89 0.52
Hex BC F2 19 16 0 5A 5 4B 59 34
Octal 274 362 31 26 0 132 5 113 131 64
Binary 10111100 11110010 11001 10110 0 1011010 101 1001011 1011001 110100

Color Harmonies of #BCF219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF219

Black with #BCF219

Text Example


Text Example

White with #BCF219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF219; }

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

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

background-color css

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

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

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

border-color css

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

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

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