#C0D67A

Color #C0D67A Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C0D67A

Tints of Sulu #C0D67A

Color information

#C0D67A (or 0xC0D67A) is unknown color: approx Sulu. HEX triplet: C0, D6 and 7A. RGB value is (192,214,122). Sum of RGB (Red+Green+Blue) = 192+214+122=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D67A is #3F2985. Grayscale: #C5C5C5. Windows color (decimal): -4139398 or 8050368. OLE color: 8050368.

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

Color convert

RGB192214122-
CMYK0.1000.430.16
HSL74.35º52.87%65.88%-
HSV(B)74.35º42.99%83.92%-
XYZ49.360.727.53-
YUV196.9385.71124.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 214 (83.98% from 255) = 40.53%
BLUE value IS 122 (48.05% from 255) = 23.11%
R=36.36%
G=40.53%
B=23.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922141220.1000.430.1674.3552.8765.88
HexC0D67AA02B104a3542
Octal300326172120532011265102
Binary11000000110101101111010101001010111000010010101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D67A; }

 p { color: rgb(192,214,122); }

 H1.HeaderClassName
 {
   color: #C0D67A;
 }
 .AnyTagClassName
 {
   color: #C0D67A;
 }
</style>
background-color css

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

 a { background-color: rgb(192,214,122); }

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

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

 span { border-color: rgb(192,214,122); }

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