Html Css Color HEX #C3E485 Sulu

📋 copy color: '#C3E485'

red 195 ◦ green 228 ◦ blue 133

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

Shades of Sulu #C3E485

Tints of Sulu #C3E485

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.01%

 BLUE value IS 133 (52.34% from 255) = 23.92%

R = 35.07%
G = 41.01%
B = 23.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#C3E485 (or 0xC3E485) is known color: Sulu. HEX triplet: C3, E4 and 85. RGB value is (195,228,133). Sum of RGB (Red+Green+Blue) = 195+228+133=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3E485 is #3C1B7A. Grayscale: #CFCFCF. Windows color (decimal): -3939195 or 8774851. OLE color: 8774851.

HSL color Cylindrical-coordinate representation of color #C3E485: hue angle of 80.84º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3E485 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 228 133 -
CMYK 0.14 0 0.42 0.11
HSL 80.84º 0.64% 0.71% -
HSV(B) 80.84º 0.42% 0.89% -
XYZ 54.48 68.78 32.6 -
YUV 207.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 195 228 133 0.14 0 0.42 0.11 80.84 0.64 0.71
Hex C3 E4 85 E 0 2A B 51 40 47
Octal 303 344 205 16 0 52 13 121 100 107
Binary 11000011 11100100 10000101 1110 0 101010 1011 1010001 1000000 1000111

Color Harmonies of #C3E485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E485

Black with #C3E485

Text Example


Text Example

White with #C3E485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E485; }

 p { color: rgb(195,228,133); }

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

background-color css

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

 a { background-color: rgb(195,228,133); }

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

border-color css

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

 span { border-color: rgb(195,228,133); }

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