Html Css Color HEX #CDE13A Pear

📋 copy color: '#CDE13A'

red 205 ◦ green 225 ◦ blue 58

#CDE13A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CDE13A

Tints of Pear #CDE13A

RGB

 RED value IS 205 (80.47% from 255) = 42.01%

 GREEN value IS 225 (88.28% from 255) = 46.11%

 BLUE value IS 58 (23.05% from 255) = 11.89%

R = 42.01%
G = 46.11%
B = 11.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#CDE13A (or 0xCDE13A) is known color: Pear. HEX triplet: CD, E1 and 3A. RGB value is (205,225,58). Sum of RGB (Red+Green+Blue) = 205+225+58=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE13A is #321EC5. Grayscale: #C8C8C8. Windows color (decimal): -3284678 or 3858893. OLE color: 3858893.

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

Color convert

RGB 205 225 58 -
CMYK 0.09 0 0.74 0.12
HSL 67.19º 0.74% 0.55% -
HSV(B) 67.19º 0.74% 0.88% -
XYZ 52.87 67.14 14.18 -
YUV 199.98 47.87 131.58 -
System Red Green Blue C M Y K H S L
Decimal 205 225 58 0.09 0 0.74 0.12 67.19 0.74 0.55
Hex CD E1 3A 9 0 4A C 43 4A 37
Octal 315 341 72 11 0 112 14 103 112 67
Binary 11001101 11100001 111010 1001 0 1001010 1100 1000011 1001010 110111

Color Harmonies of #CDE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE13A

Black with #CDE13A

Text Example


Text Example

White with #CDE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE13A; }

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

 H1.HeaderClassName
 {
   color: #CDE13A;
 }
 .AnyTagClassName
 {
   color: #CDE13A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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