#CFF18B

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

Shades of Sulu #CFF18B

Tints of Sulu #CFF18B

Color information

#CFF18B (or 0xCFF18B) is unknown color: approx Sulu. HEX triplet: CF, F1 and 8B. RGB value is (207,241,139). Sum of RGB (Red+Green+Blue) = 207+241+139=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF18B is #300E74. Grayscale: #DBDBDB. Windows color (decimal): -3149429 or 9171407. OLE color: 9171407.

HSL color Cylindrical-coordinate representation of color #CFF18B: hue angle of 80º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFF18B is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB207241139-
CMYK0.1400.420.05
HSL80º78.46%74.51%-
HSV(B)80º42.32%94.51%-
XYZ61.8578.0436.23-
YUV219.2182.74119.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 139 (54.69% from 255) = 23.68%
R=35.26%
G=41.06%
B=23.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072411390.1400.420.058078.4674.51
HexCFF18BE02A5504e4b
Octal317361213160525120116113
Binary11001111111100011000101111100101010101101000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF18B; }

 p { color: rgb(207,241,139); }

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

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

 a { background-color: rgb(207,241,139); }

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

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

 span { border-color: rgb(207,241,139); }

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