#CCF38B

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

Shades of Sulu #CCF38B

Tints of Sulu #CCF38B

Color information

#CCF38B (or 0xCCF38B) is unknown color: approx Sulu. HEX triplet: CC, F3 and 8B. RGB value is (204,243,139). Sum of RGB (Red+Green+Blue) = 204+243+139=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF38B is #330C74. Grayscale: #DBDBDB. Windows color (decimal): -3345525 or 9171916. OLE color: 9171916.

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

Color convert

RGB204243139-
CMYK0.1600.430.05
HSL82.5º81.25%74.9%-
HSV(B)82.5º42.8%95.29%-
XYZ61.6178.836.39-
YUV219.4882.58116.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 243 (95.31% from 255) = 41.47%
BLUE value IS 139 (54.69% from 255) = 23.72%
R=34.81%
G=41.47%
B=23.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431390.1600.430.0582.581.2574.9
HexCCF38B1002B552514b
Octal314363213200535122121113
Binary110011001111001110001011100000101011101101001010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF38B; }

 p { color: rgb(204,243,139); }

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

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

 a { background-color: rgb(204,243,139); }

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

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

 span { border-color: rgb(204,243,139); }

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