#CFF074

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

Shades of Sulu #CFF074

Tints of Sulu #CFF074

Color information

#CFF074 (or 0xCFF074) is unknown color: approx Sulu. HEX triplet: CF, F0 and 74. RGB value is (207,240,116). Sum of RGB (Red+Green+Blue) = 207+240+116=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF074 is #300F8B. Grayscale: #D8D8D8. Windows color (decimal): -3149708 or 7663823. OLE color: 7663823.

HSL color Cylindrical-coordinate representation of color #CFF074: hue angle of 75.97º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFF074 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB207240116-
CMYK0.1400.520.06
HSL75.97º80.52%69.8%-
HSV(B)75.97º51.67%94.12%-
XYZ60.0476.8528.19-
YUV21671.57121.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 240 (94.14% from 255) = 42.63%
BLUE value IS 116 (45.70% from 255) = 20.60%
R=36.77%
G=42.63%
B=20.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401160.1400.520.0675.9780.5269.8
HexCFF074E03464c5146
Octal317360164160646114121106
Binary1100111111110000111010011100110100110100110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF074; }

 p { color: rgb(207,240,116); }

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

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

 a { background-color: rgb(207,240,116); }

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

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

 span { border-color: rgb(207,240,116); }

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