#CDE121

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

Shades of Pear #CDE121

Tints of Pear #CDE121

Color information

#CDE121 (or 0xCDE121) is unknown color: approx Pear. HEX triplet: CD, E1 and 21. RGB value is (205,225,33). Sum of RGB (Red+Green+Blue) = 205+225+33=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE121 is #321EDE. Grayscale: #C5C5C5. Windows color (decimal): -3284703 or 2220493. OLE color: 2220493.

HSL color Cylindrical-coordinate representation of color #CDE121: hue angle of 66.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDE121 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB20522533-
CMYK0.0900.850.12
HSL66.25º76.19%50.59%-
HSV(B)66.25º85.33%88.24%-
XYZ52.3866.9411.6-
YUV197.1335.37133.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 225 (88.28% from 255) = 48.60%
BLUE value IS 33 (13.28% from 255) = 7.13%
R=44.28%
G=48.60%
B=7.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205225330.0900.850.1266.2576.1950.59
HexCDE1219055C424c33
Octal315341411101251410211463
Binary1100110111100001100001100101010101110010000101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE121; }

 p { color: rgb(205,225,33); }

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

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

 a { background-color: rgb(205,225,33); }

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

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

 span { border-color: rgb(205,225,33); }

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