Html Css Color HEX #C4D375 Deco

📋 copy color: '#C4D375'

red 196 ◦ green 211 ◦ blue 117

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

Shades of Deco #C4D375

Tints of Deco #C4D375

RGB

 RED value IS 196 (76.95% from 255) = 37.4%

 GREEN value IS 211 (82.81% from 255) = 40.27%

 BLUE value IS 117 (46.09% from 255) = 22.33%

R = 37.4%
G = 40.27%
B = 22.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#C4D375 (or 0xC4D375) is known color: Deco. HEX triplet: C4, D3 and 75. RGB value is (196,211,117). Sum of RGB (Red+Green+Blue) = 196+211+117=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D375 is #3B2C8A. Grayscale: #C4C4C4. Windows color (decimal): -3878027 or 7721924. OLE color: 7721924.

HSL color Cylindrical-coordinate representation of color #C4D375: hue angle of 69.57º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4D375 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 211 117 -
CMYK 0.07 0 0.45 0.17
HSL 69.57º 0.52% 0.64% -
HSV(B) 69.57º 0.45% 0.83% -
XYZ 49.27 59.61 25.74 -
YUV 195.8 83.53 128.14 -
System Red Green Blue C M Y K H S L
Decimal 196 211 117 0.07 0 0.45 0.17 69.57 0.52 0.64
Hex C4 D3 75 7 0 2D 11 46 34 40
Octal 304 323 165 7 0 55 21 106 64 100
Binary 11000100 11010011 1110101 111 0 101101 10001 1000110 110100 1000000

Color Harmonies of #C4D375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D375

Black with #C4D375

Text Example


Text Example

White with #C4D375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D375; }

 p { color: rgb(196,211,117); }

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

background-color css

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

 a { background-color: rgb(196,211,117); }

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

border-color css

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

 span { border-color: rgb(196,211,117); }

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