Html Css Color HEX #CDE129 Pear

📋 copy color: '#CDE129'

red 205 ◦ green 225 ◦ blue 41

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

Shades of Pear #CDE129

Tints of Pear #CDE129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.7%

R = 43.52%
G = 47.77%
B = 8.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#CDE129 (or 0xCDE129) is known color: Pear. HEX triplet: CD, E1 and 29. RGB value is (205,225,41). Sum of RGB (Red+Green+Blue) = 205+225+41=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 41 (16.41% from 255 or 8.70% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE129 is #321ED6. Grayscale: #C6C6C6. Windows color (decimal): -3284695 or 2744781. OLE color: 2744781.

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

Color convert

RGB 205 225 41 -
CMYK 0.09 0 0.82 0.12
HSL 66.52º 0.75% 0.52% -
HSV(B) 66.52º 0.82% 0.88% -
XYZ 52.5 66.99 12.26 -
YUV 198.04 39.37 132.96 -
System Red Green Blue C M Y K H S L
Decimal 205 225 41 0.09 0 0.82 0.12 66.52 0.75 0.52
Hex CD E1 29 9 0 52 C 43 4B 34
Octal 315 341 51 11 0 122 14 103 113 64
Binary 11001101 11100001 101001 1001 0 1010010 1100 1000011 1001011 110100

Color Harmonies of #CDE129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE129

Black with #CDE129

Text Example


Text Example

White with #CDE129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE129; }

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

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

background-color css

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

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

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

border-color css

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

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

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