#CFE680

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

Shades of Sulu #CFE680

Tints of Sulu #CFE680

Color information

#CFE680 (or 0xCFE680) is unknown color: approx Sulu. HEX triplet: CF, E6 and 80. RGB value is (207,230,128). Sum of RGB (Red+Green+Blue) = 207+230+128=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE680 is #30197F. Grayscale: #D3D3D3. Windows color (decimal): -3152256 or 8447695. OLE color: 8447695.

HSL color Cylindrical-coordinate representation of color #CFE680: hue angle of 73.53º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFE680 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB207230128-
CMYK0.1000.440.10
HSL73.53º67.11%70.2%-
HSV(B)73.53º44.35%90.2%-
XYZ57.9371.4231.15-
YUV211.580.88124.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 230 (90.23% from 255) = 40.71%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=36.64%
G=40.71%
B=22.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072301280.1000.440.1073.5367.1170.2
HexCFE680A02CA4a4346
Octal3173462001205412112103106
Binary110011111110011010000000101001011001010100101010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE680; }

 p { color: rgb(207,230,128); }

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

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

 a { background-color: rgb(207,230,128); }

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

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

 span { border-color: rgb(207,230,128); }

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