Html Css Color HEX #C3DC75 Sulu

📋 copy color: '#C3DC75'

red 195 ◦ green 220 ◦ blue 117

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

Shades of Sulu #C3DC75

Tints of Sulu #C3DC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

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

R = 36.65%
G = 41.35%
B = 21.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#C3DC75 (or 0xC3DC75) is known color: Sulu. HEX triplet: C3, DC and 75. RGB value is (195,220,117). Sum of RGB (Red+Green+Blue) = 195+220+117=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DC75 is #3C238A. Grayscale: #C9C9C9. Windows color (decimal): -3941259 or 7724227. OLE color: 7724227.

HSL color Cylindrical-coordinate representation of color #C3DC75: hue angle of 74.56º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3DC75 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 220 117 -
CMYK 0.11 0 0.47 0.14
HSL 74.56º 0.6% 0.66% -
HSV(B) 74.56º 0.47% 0.86% -
XYZ 51.31 64.07 26.49 -
YUV 200.78 80.72 123.88 -
System Red Green Blue C M Y K H S L
Decimal 195 220 117 0.11 0 0.47 0.14 74.56 0.6 0.66
Hex C3 DC 75 B 0 2F E 4B 3C 42
Octal 303 334 165 13 0 57 16 113 74 102
Binary 11000011 11011100 1110101 1011 0 101111 1110 1001011 111100 1000010

Color Harmonies of #C3DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DC75

Black with #C3DC75

Text Example


Text Example

White with #C3DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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