Html Css Color HEX #C3DD75 Sulu

📋 copy color: '#C3DD75'

red 195 ◦ green 221 ◦ blue 117

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

Shades of Sulu #C3DD75

Tints of Sulu #C3DD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.46%

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

R = 36.59%
G = 41.46%
B = 21.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#C3DD75 (or 0xC3DD75) is known color: Sulu. HEX triplet: C3, DD and 75. RGB value is (195,221,117). Sum of RGB (Red+Green+Blue) = 195+221+117=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DD75 is #3C228A. Grayscale: #C9C9C9. Windows color (decimal): -3941003 or 7724483. OLE color: 7724483.

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

Color convert

RGB 195 221 117 -
CMYK 0.12 0 0.47 0.13
HSL 75º 0.6% 0.66% -
HSV(B) 75º 0.47% 0.87% -
XYZ 51.57 64.6 26.58 -
YUV 201.37 80.39 123.46 -
System Red Green Blue C M Y K H S L
Decimal 195 221 117 0.12 0 0.47 0.13 75 0.6 0.66
Hex C3 DD 75 C 0 2F D 4B 3C 42
Octal 303 335 165 14 0 57 15 113 74 102
Binary 11000011 11011101 1110101 1100 0 101111 1101 1001011 111100 1000010

Color Harmonies of #C3DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DD75

Black with #C3DD75

Text Example


Text Example

White with #C3DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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