Html Css Color HEX #CDE93D Pear

📋 copy color: '#CDE93D'

red 205 ◦ green 233 ◦ blue 61

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

Shades of Pear #CDE93D

Tints of Pear #CDE93D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.69%

 BLUE value IS 61 (24.22% from 255) = 12.22%

R = 41.08%
G = 46.69%
B = 12.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#CDE93D (or 0xCDE93D) is known color: Pear. HEX triplet: CD, E9 and 3D. RGB value is (205,233,61). Sum of RGB (Red+Green+Blue) = 205+233+61=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE93D is #3216C2. Grayscale: #CDCDCD. Windows color (decimal): -3282627 or 4057549. OLE color: 4057549.

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

Color convert

RGB 205 233 61 -
CMYK 0.12 0 0.74 0.09
HSL 69.77º 0.8% 0.58% -
HSV(B) 69.77º 0.74% 0.91% -
XYZ 55.16 71.59 15.33 -
YUV 205.02 46.72 127.99 -
System Red Green Blue C M Y K H S L
Decimal 205 233 61 0.12 0 0.74 0.09 69.77 0.8 0.58
Hex CD E9 3D C 0 4A 9 46 50 3A
Octal 315 351 75 14 0 112 11 106 120 72
Binary 11001101 11101001 111101 1100 0 1001010 1001 1000110 1010000 111010

Color Harmonies of #CDE93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE93D

Black with #CDE93D

Text Example


Text Example

White with #CDE93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE93D; }

 p { color: rgb(205,233,61); }

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

background-color css

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

 a { background-color: rgb(205,233,61); }

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

border-color css

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

 span { border-color: rgb(205,233,61); }

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