#CFED75

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

Shades of Sulu #CFED75

Tints of Sulu #CFED75

Color information

#CFED75 (or 0xCFED75) is unknown color: approx Sulu. HEX triplet: CF, ED and 75. RGB value is (207,237,117). Sum of RGB (Red+Green+Blue) = 207+237+117=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED75 is #30128A. Grayscale: #D6D6D6. Windows color (decimal): -3150475 or 7728591. OLE color: 7728591.

HSL color Cylindrical-coordinate representation of color #CFED75: hue angle of 75º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFED75 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB207237117-
CMYK0.1300.510.07
HSL75º76.92%69.41%-
HSV(B)75º50.63%92.94%-
XYZ59.2375.1228.21-
YUV214.3573.06122.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 117 (46.09% from 255) = 20.86%
R=36.90%
G=42.25%
B=20.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371170.1300.510.077576.9269.41
HexCFED75D03374b4d45
Octal317355165150637113115105
Binary1100111111101101111010111010110011111100101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFED75; }

 p { color: rgb(207,237,117); }

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

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

 a { background-color: rgb(207,237,117); }

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

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

 span { border-color: rgb(207,237,117); }

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