#CFE68A

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

Shades of Sulu #CFE68A

Tints of Sulu #CFE68A

Color information

#CFE68A (or 0xCFE68A) is unknown color: approx Sulu. HEX triplet: CF, E6 and 8A. RGB value is (207,230,138). Sum of RGB (Red+Green+Blue) = 207+230+138=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE68A is #301975. Grayscale: #D4D4D4. Windows color (decimal): -3152246 or 9103055. OLE color: 9103055.

HSL color Cylindrical-coordinate representation of color #CFE68A: hue angle of 75º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFE68A is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB207230138-
CMYK0.1000.40.10
HSL75º64.79%72.16%-
HSV(B)75º40%90.2%-
XYZ58.6271.6934.79-
YUV212.6485.88123.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 230 (90.23% from 255) = 40%
BLUE value IS 138 (54.30% from 255) = 24%
R=36%
G=40%
B=24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072301380.1000.40.107564.7972.16
HexCFE68AA028A4b4148
Octal3173462121205012113101110
Binary110011111110011010001010101001010001010100101110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE68A; }

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

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

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

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

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

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

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

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