#CDE030

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

Shades of Pear #CDE030

Tints of Pear #CDE030

Color information

#CDE030 (or 0xCDE030) is unknown color: approx Pear. HEX triplet: CD, E0 and 30. RGB value is (205,224,48). Sum of RGB (Red+Green+Blue) = 205+224+48=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE030 is #321FCF. Grayscale: #C6C6C6. Windows color (decimal): -3284944 or 3203277. OLE color: 3203277.

HSL color Cylindrical-coordinate representation of color #CDE030: hue angle of 66.48º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDE030 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB20522448-
CMYK0.0800.790.12
HSL66.48º73.95%53.33%-
HSV(B)66.48º78.57%87.84%-
XYZ52.3766.512.87-
YUV198.2643.21132.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 48 (19.14% from 255) = 10.06%
R=42.98%
G=46.96%
B=10.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205224480.0800.790.1266.4873.9553.33
HexCDE030804FC424a35
Octal315340601001171410211265
Binary1100110111100000110000100001001111110010000101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE030; }

 p { color: rgb(205,224,48); }

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

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

 a { background-color: rgb(205,224,48); }

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

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

 span { border-color: rgb(205,224,48); }

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