#CCED52

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

Shades of Conifer #CCED52

Tints of Conifer #CCED52

Color information

#CCED52 (or 0xCCED52) is unknown color: approx Conifer. HEX triplet: CC, ED and 52. RGB value is (204,237,82). Sum of RGB (Red+Green+Blue) = 204+237+82=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED52 is #3312AD. Grayscale: #D2D2D2. Windows color (decimal): -3347118 or 5434828. OLE color: 5434828.

HSL color Cylindrical-coordinate representation of color #CCED52: hue angle of 72.77º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCED52 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB20423782-
CMYK0.1400.650.07
HSL72.77º81.15%62.55%-
HSV(B)72.77º65.4%92.94%-
XYZ56.7174.0119.28-
YUV209.4656.07124.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 237 (92.97% from 255) = 45.32%
BLUE value IS 82 (32.42% from 255) = 15.68%
R=39.01%
G=45.32%
B=15.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204237820.1400.650.0772.7781.1562.55
HexCCED52E041749513f
Octal314355122160101711112177
Binary1100110011101101101001011100100000111110010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED52; }

 p { color: rgb(204,237,82); }

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

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

 a { background-color: rgb(204,237,82); }

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

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

 span { border-color: rgb(204,237,82); }

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