#C7FF74

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

Shades of Sulu #C7FF74

Tints of Sulu #C7FF74

Color information

#C7FF74 (or 0xC7FF74) is unknown color: approx Sulu. HEX triplet: C7, FF and 74. RGB value is (199,255,116). Sum of RGB (Red+Green+Blue) = 199+255+116=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FF74 is #38008B. Grayscale: #DEDEDE. Windows color (decimal): -3670156 or 7667655. OLE color: 7667655.

HSL color Cylindrical-coordinate representation of color #C7FF74: hue angle of 84.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7FF74 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB199255116-
CMYK0.2200.550
HSL84.17º100%72.75%-
HSV(B)84.17º54.51%100%-
XYZ62.4784.9229.62-
YUV222.4167.95111.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 116 (45.70% from 255) = 20.35%
R=34.91%
G=44.74%
B=20.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992551160.2200.55084.1710072.75
HexC7FF74160370546449
Octal307377164260670124144111
Binary110001111111111111101001011001101110101010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FF74; }

 p { color: rgb(199,255,116); }

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

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

 a { background-color: rgb(199,255,116); }

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

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

 span { border-color: rgb(199,255,116); }

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