Html Css Color HEX #CDE01D Pear

📋 copy color: '#CDE01D'

red 205 ◦ green 224 ◦ blue 29

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

Shades of Pear #CDE01D

Tints of Pear #CDE01D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.91%

 BLUE value IS 29 (11.72% from 255) = 6.33%

R = 44.76%
G = 48.91%
B = 6.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#CDE01D (or 0xCDE01D) is known color: Pear. HEX triplet: CD, E0 and 1D. RGB value is (205,224,29). Sum of RGB (Red+Green+Blue) = 205+224+29=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE01D is #321FE2. Grayscale: #C4C4C4. Windows color (decimal): -3284963 or 1958093. OLE color: 1958093.

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

Color convert

RGB 205 224 29 -
CMYK 0.08 0 0.87 0.12
HSL 65.85º 0.77% 0.5% -
HSV(B) 65.85º 0.87% 0.88% -
XYZ 52.05 66.38 11.23 -
YUV 196.09 33.71 134.36 -
System Red Green Blue C M Y K H S L
Decimal 205 224 29 0.08 0 0.87 0.12 65.85 0.77 0.5
Hex CD E0 1D 8 0 57 C 42 4D 32
Octal 315 340 35 10 0 127 14 102 115 62
Binary 11001101 11100000 11101 1000 0 1010111 1100 1000010 1001101 110010

Color Harmonies of #CDE01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE01D

Black with #CDE01D

Text Example


Text Example

White with #CDE01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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