Html Css Color HEX #C0D58A Sulu

📋 copy color: '#C0D58A'

red 192 ◦ green 213 ◦ blue 138

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

Shades of Sulu #C0D58A

Tints of Sulu #C0D58A

RGB

 RED value IS 192 (75.39% from 255) = 35.36%

 GREEN value IS 213 (83.59% from 255) = 39.23%

 BLUE value IS 138 (54.3% from 255) = 25.41%

R = 35.36%
G = 39.23%
B = 25.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#C0D58A (or 0xC0D58A) is known color: Sulu. HEX triplet: C0, D5 and 8A. RGB value is (192,213,138). Sum of RGB (Red+Green+Blue) = 192+213+138=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D58A is #3F2A75. Grayscale: #C6C6C6. Windows color (decimal): -4139638 or 9098688. OLE color: 9098688.

HSL color Cylindrical-coordinate representation of color #C0D58A: hue angle of 76.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0D58A is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 213 138 -
CMYK 0.10 0 0.35 0.16
HSL 76.8º 0.47% 0.69% -
HSV(B) 76.8º 0.35% 0.84% -
XYZ 50.12 60.63 33.11 -
YUV 198.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 192 213 138 0.10 0 0.35 0.16 76.8 0.47 0.69
Hex C0 D5 8A A 0 23 10 4D 2F 45
Octal 300 325 212 12 0 43 20 115 57 105
Binary 11000000 11010101 10001010 1010 0 100011 10000 1001101 101111 1000101

Color Harmonies of #C0D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D58A

Black with #C0D58A

Text Example


Text Example

White with #C0D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D58A; }

 p { color: rgb(192,213,138); }

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

background-color css

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

 a { background-color: rgb(192,213,138); }

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

border-color css

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

 span { border-color: rgb(192,213,138); }

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