Html Css Color HEX #C0F31D Inch Worm

📋 copy color: '#C0F31D'

red 192 ◦ green 243 ◦ blue 29

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

Shades of Inch Worm #C0F31D

Tints of Inch Worm #C0F31D

RGB

 RED value IS 192 (75.39% from 255) = 41.38%

 GREEN value IS 243 (95.31% from 255) = 52.37%

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

R = 41.38%
G = 52.37%
B = 6.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#C0F31D (or 0xC0F31D) is known color: Inch Worm. HEX triplet: C0, F3 and 1D. RGB value is (192,243,29). Sum of RGB (Red+Green+Blue) = 192+243+29=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 29 (11.72% from 255 or 6.25% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F31D is #3F0CE2. Grayscale: #CCCCCC. Windows color (decimal): -4132067 or 1962944. OLE color: 1962944.

HSL color Cylindrical-coordinate representation of color #C0F31D: hue angle of 74.3º degrees, saturation: 0.9, 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 #C0F31D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 243 29 -
CMYK 0.21 0 0.88 0.05
HSL 74.3º 0.9% 0.53% -
HSV(B) 74.3º 0.88% 0.95% -
XYZ 54.01 75.4 12.87 -
YUV 203.36 29.6 119.9 -
System Red Green Blue C M Y K H S L
Decimal 192 243 29 0.21 0 0.88 0.05 74.3 0.9 0.53
Hex C0 F3 1D 15 0 58 5 4A 5A 35
Octal 300 363 35 25 0 130 5 112 132 65
Binary 11000000 11110011 11101 10101 0 1011000 101 1001010 1011010 110101

Color Harmonies of #C0F31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F31D

Black with #C0F31D

Text Example


Text Example

White with #C0F31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F31D; }

 p { color: rgb(192,243,29); }

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

background-color css

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

 a { background-color: rgb(192,243,29); }

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

border-color css

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

 span { border-color: rgb(192,243,29); }

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