Html Css Color HEX #BCF024 Inch Worm

📋 copy color: '#BCF024'

red 188 ◦ green 240 ◦ blue 36

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

Shades of Inch Worm #BCF024

Tints of Inch Worm #BCF024

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.72%

 BLUE value IS 36 (14.45% from 255) = 7.76%

R = 40.52%
G = 51.72%
B = 7.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#BCF024 (or 0xBCF024) is known color: Inch Worm. HEX triplet: BC, F0 and 24. RGB value is (188,240,36). Sum of RGB (Red+Green+Blue) = 188+240+36=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF024 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF024 is #430FDB. Grayscale: #C9C9C9. Windows color (decimal): -4394972 or 2420924. OLE color: 2420924.

HSL color Cylindrical-coordinate representation of color #BCF024: hue angle of 75.29º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCF024 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 36 -
CMYK 0.22 0 0.85 0.06
HSL 75.29º 0.87% 0.54% -
HSV(B) 75.29º 0.85% 0.94% -
XYZ 52.22 73.14 13.03 -
YUV 201.2 34.77 118.59 -
System Red Green Blue C M Y K H S L
Decimal 188 240 36 0.22 0 0.85 0.06 75.29 0.87 0.54
Hex BC F0 24 16 0 55 6 4B 57 36
Octal 274 360 44 26 0 125 6 113 127 66
Binary 10111100 11110000 100100 10110 0 1010101 110 1001011 1010111 110110

Color Harmonies of #BCF024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF024

Black with #BCF024

Text Example


Text Example

White with #BCF024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF024; }

 p { color: rgb(188,240,36); }

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

background-color css

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

 a { background-color: rgb(188,240,36); }

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

border-color css

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

 span { border-color: rgb(188,240,36); }

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