#CDEA1A

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

Shades of Pear #CDEA1A

Tints of Pear #CDEA1A

Color information

#CDEA1A (or 0xCDEA1A) is unknown color: approx Pear. HEX triplet: CD, EA and 1A. RGB value is (205,234,26). Sum of RGB (Red+Green+Blue) = 205+234+26=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEA1A is #3215E5. Grayscale: #CACACA. Windows color (decimal): -3282406 or 1764045. OLE color: 1764045.

HSL color Cylindrical-coordinate representation of color #CDEA1A: hue angle of 68.37º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDEA1A is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB20523426-
CMYK0.1200.890.08
HSL68.37º83.2%50.98%-
HSV(B)68.37º88.89%91.76%-
XYZ54.7971.911.97-
YUV201.6228.89130.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 234 (91.80% from 255) = 50.32%
BLUE value IS 26 (10.55% from 255) = 5.59%
R=44.09%
G=50.32%
B=5.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205234260.1200.890.0868.3783.250.98
HexCDEA1AC0598445333
Octal315352321401311010412363
Binary110011011110101011010110001011001100010001001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEA1A; }

 p { color: rgb(205,234,26); }

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

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

 a { background-color: rgb(205,234,26); }

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

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

 span { border-color: rgb(205,234,26); }

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