#CEFF85

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

Shades of Sulu #CEFF85

Tints of Sulu #CEFF85

Color information

#CEFF85 (or 0xCEFF85) is unknown color: approx Sulu. HEX triplet: CE, FF and 85. RGB value is (206,255,133). Sum of RGB (Red+Green+Blue) = 206+255+133=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF85 is #31007A. Grayscale: #E2E2E2. Windows color (decimal): -3211387 or 8781774. OLE color: 8781774.

HSL color Cylindrical-coordinate representation of color #CEFF85: hue angle of 84.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEFF85 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB206255133-
CMYK0.1900.480
HSL84.1º100%76.08%-
HSV(B)84.1º47.84%100%-
XYZ65.4586.3435.41-
YUV226.4475.27113.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 255 (100% from 255) = 42.93%
BLUE value IS 133 (52.34% from 255) = 22.39%
R=34.68%
G=42.93%
B=22.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551330.1900.48084.110076.08
HexCEFF8513030054644c
Octal316377205230600124144114
Binary1100111011111111100001011001101100000101010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF85; }

 p { color: rgb(206,255,133); }

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

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

 a { background-color: rgb(206,255,133); }

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

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

 span { border-color: rgb(206,255,133); }

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