Html Css Color HEX #C3D375 Deco

📋 copy color: '#C3D375'

red 195 ◦ green 211 ◦ blue 117

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

Shades of Deco #C3D375

Tints of Deco #C3D375

RGB

 RED value IS 195 (76.56% from 255) = 37.28%

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

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

R = 37.28%
G = 40.34%
B = 22.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#C3D375 (or 0xC3D375) is known color: Deco. HEX triplet: C3, D3 and 75. RGB value is (195,211,117). Sum of RGB (Red+Green+Blue) = 195+211+117=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D375 is #3C2C8A. Grayscale: #C3C3C3. Windows color (decimal): -3943563 or 7721923. OLE color: 7721923.

HSL color Cylindrical-coordinate representation of color #C3D375: hue angle of 70.21º 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 #C3D375 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 211 117 -
CMYK 0.08 0 0.45 0.17
HSL 70.21º 0.52% 0.64% -
HSV(B) 70.21º 0.45% 0.83% -
XYZ 49.01 59.47 25.73 -
YUV 195.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 195 211 117 0.08 0 0.45 0.17 70.21 0.52 0.64
Hex C3 D3 75 8 0 2D 11 46 34 40
Octal 303 323 165 10 0 55 21 106 64 100
Binary 11000011 11010011 1110101 1000 0 101101 10001 1000110 110100 1000000

Color Harmonies of #C3D375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D375

Black with #C3D375

Text Example


Text Example

White with #C3D375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D375; }

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

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

background-color css

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

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

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

border-color css

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

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

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