Html Css Color HEX #C1D27D Deco

📋 copy color: '#C1D27D'

red 193 ◦ green 210 ◦ blue 125

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

Shades of Deco #C1D27D

Tints of Deco #C1D27D

RGB

 RED value IS 193 (75.78% from 255) = 36.55%

 GREEN value IS 210 (82.42% from 255) = 39.77%

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 36.55%
G = 39.77%
B = 23.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#C1D27D (or 0xC1D27D) is known color: Deco. HEX triplet: C1, D2 and 7D. RGB value is (193,210,125). Sum of RGB (Red+Green+Blue) = 193+210+125=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D27D is #3E2D82. Grayscale: #C3C3C3. Windows color (decimal): -4074883 or 8245953. OLE color: 8245953.

HSL color Cylindrical-coordinate representation of color #C1D27D: hue angle of 72º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1D27D is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 210 125 -
CMYK 0.08 0 0.40 0.18
HSL 72º 0.49% 0.66% -
HSV(B) 72º 0.4% 0.82% -
XYZ 48.74 58.91 28.2 -
YUV 195.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 193 210 125 0.08 0 0.40 0.18 72 0.49 0.66
Hex C1 D2 7D 8 0 28 12 48 31 42
Octal 301 322 175 10 0 50 22 110 61 102
Binary 11000001 11010010 1111101 1000 0 101000 10010 1001000 110001 1000010

Color Harmonies of #C1D27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D27D

Black with #C1D27D

Text Example


Text Example

White with #C1D27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D27D; }

 p { color: rgb(193,210,125); }

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

background-color css

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

 a { background-color: rgb(193,210,125); }

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

border-color css

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

 span { border-color: rgb(193,210,125); }

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