Html Css Color HEX #BCF21D Inch Worm

📋 copy color: '#BCF21D'

red 188 ◦ green 242 ◦ blue 29

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

Shades of Inch Worm #BCF21D

Tints of Inch Worm #BCF21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.32%

R = 40.96%
G = 52.72%
B = 6.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#BCF21D (or 0xBCF21D) is known color: Inch Worm. HEX triplet: BC, F2 and 1D. RGB value is (188,242,29). Sum of RGB (Red+Green+Blue) = 188+242+29=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF21D is #430DE2. Grayscale: #CACACA. Windows color (decimal): -4394467 or 1962684. OLE color: 1962684.

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

Color convert

RGB 188 242 29 -
CMYK 0.22 0 0.88 0.05
HSL 75.21º 0.89% 0.53% -
HSV(B) 75.21º 0.88% 0.95% -
XYZ 52.71 74.28 12.72 -
YUV 201.57 30.61 118.32 -
System Red Green Blue C M Y K H S L
Decimal 188 242 29 0.22 0 0.88 0.05 75.21 0.89 0.53
Hex BC F2 1D 16 0 58 5 4B 59 35
Octal 274 362 35 26 0 130 5 113 131 65
Binary 10111100 11110010 11101 10110 0 1011000 101 1001011 1011001 110101

Color Harmonies of #BCF21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF21D

Black with #BCF21D

Text Example


Text Example

White with #BCF21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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