#CEFD74

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

Shades of Sulu #CEFD74

Tints of Sulu #CEFD74

Color information

#CEFD74 (or 0xCEFD74) is unknown color: approx Sulu. HEX triplet: CE, FD and 74. RGB value is (206,253,116). Sum of RGB (Red+Green+Blue) = 206+253+116=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD74 is #31028B. Grayscale: #DFDFDF. Windows color (decimal): -3211916 or 7667150. OLE color: 7667150.

HSL color Cylindrical-coordinate representation of color #CEFD74: hue angle of 80.58º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEFD74 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB206253116-
CMYK0.1900.540.01
HSL80.58º97.16%72.35%-
HSV(B)80.58º54.15%99.22%-
XYZ63.7384.6329.5-
YUV223.3367.43115.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 253 (99.22% from 255) = 44%
BLUE value IS 116 (45.70% from 255) = 20.17%
R=35.83%
G=44%
B=20.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531160.1900.540.0180.5897.1672.35
HexCEFD74130361516148
Octal316375164230661121141110
Binary110011101111110111101001001101101101101000111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD74; }

 p { color: rgb(206,253,116); }

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

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

 a { background-color: rgb(206,253,116); }

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

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

 span { border-color: rgb(206,253,116); }

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