#cff07a

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

Shades of Sulu #CFF07A

Tints of Sulu #CFF07A

Color information

#CFF07A (or 0xCFF07A) is unknown color: approx Sulu. HEX triplet: CF, F0 and 7A. RGB value is (207,240,122). Sum of RGB (Red+Green+Blue) = 207+240+122=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF07A is #300F85. Grayscale: #D9D9D9. Windows color (decimal): -3149702 or 8057039. OLE color: 8057039.

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

Color convert

RGB207240122-
CMYK0.1400.490.06
HSL76.78º79.73%70.98%-
HSV(B)76.78º49.17%94.12%-
XYZ60.4176.9930.09-
YUV216.6874.57121.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 240 (94.14% from 255) = 42.18%
BLUE value IS 122 (48.05% from 255) = 21.44%
R=36.38%
G=42.18%
B=21.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401220.1400.490.0676.7879.7370.98
HexCFF07AE03164d5047
Octal317360172160616115120107
Binary1100111111110000111101011100110001110100110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cff07a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cff07a; }

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

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

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

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

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

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

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

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