Html Css Color HEX #C3DA75 Sulu

📋 copy color: '#C3DA75'

red 195 ◦ green 218 ◦ blue 117

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

Shades of Sulu #C3DA75

Tints of Sulu #C3DA75

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

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

R = 36.79%
G = 41.13%
B = 22.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#C3DA75 (or 0xC3DA75) is known color: Sulu. HEX triplet: C3, DA and 75. RGB value is (195,218,117). Sum of RGB (Red+Green+Blue) = 195+218+117=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DA75 is #3C258A. Grayscale: #C7C7C7. Windows color (decimal): -3941771 or 7723715. OLE color: 7723715.

HSL color Cylindrical-coordinate representation of color #C3DA75: hue angle of 73.66º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3DA75 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 218 117 -
CMYK 0.11 0 0.46 0.15
HSL 73.66º 0.58% 0.66% -
HSV(B) 73.66º 0.46% 0.85% -
XYZ 50.79 63.03 26.32 -
YUV 199.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 195 218 117 0.11 0 0.46 0.15 73.66 0.58 0.66
Hex C3 DA 75 B 0 2E F 4A 3A 42
Octal 303 332 165 13 0 56 17 112 72 102
Binary 11000011 11011010 1110101 1011 0 101110 1111 1001010 111010 1000010

Color Harmonies of #C3DA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DA75

Black with #C3DA75

Text Example


Text Example

White with #C3DA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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