Html Css Color HEX #CDE93B Pear

📋 copy color: '#CDE93B'

red 205 ◦ green 233 ◦ blue 59

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

Shades of Pear #CDE93B

Tints of Pear #CDE93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.87%

R = 41.25%
G = 46.88%
B = 11.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#CDE93B (or 0xCDE93B) is known color: Pear. HEX triplet: CD, E9 and 3B. RGB value is (205,233,59). Sum of RGB (Red+Green+Blue) = 205+233+59=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE93B is #3216C4. Grayscale: #CDCDCD. Windows color (decimal): -3282629 or 3926477. OLE color: 3926477.

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

Color convert

RGB 205 233 59 -
CMYK 0.12 0 0.75 0.09
HSL 69.66º 0.8% 0.57% -
HSV(B) 69.66º 0.75% 0.91% -
XYZ 55.11 71.57 15.05 -
YUV 204.79 45.72 128.15 -
System Red Green Blue C M Y K H S L
Decimal 205 233 59 0.12 0 0.75 0.09 69.66 0.8 0.57
Hex CD E9 3B C 0 4B 9 46 50 39
Octal 315 351 73 14 0 113 11 106 120 71
Binary 11001101 11101001 111011 1100 0 1001011 1001 1000110 1010000 111001

Color Harmonies of #CDE93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE93B

Black with #CDE93B

Text Example


Text Example

White with #CDE93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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