#CFF18A

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

Shades of Sulu #CFF18A

Tints of Sulu #CFF18A

Color information

#CFF18A (or 0xCFF18A) is unknown color: approx Sulu. HEX triplet: CF, F1 and 8A. RGB value is (207,241,138). Sum of RGB (Red+Green+Blue) = 207+241+138=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF18A is #300E75. Grayscale: #DBDBDB. Windows color (decimal): -3149430 or 9105871. OLE color: 9105871.

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

Color convert

RGB207241138-
CMYK0.1400.430.05
HSL79.81º78.63%74.31%-
HSV(B)79.81º42.74%94.51%-
XYZ61.7778.0135.85-
YUV219.0982.24119.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 241 (94.53% from 255) = 41.13%
BLUE value IS 138 (54.30% from 255) = 23.55%
R=35.32%
G=41.13%
B=23.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072411380.1400.430.0579.8178.6374.31
HexCFF18AE02B5504f4a
Octal317361212160535120117112
Binary11001111111100011000101011100101011101101000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF18A; }

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

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

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

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

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

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

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

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