Html Css Color HEX #CDE740 Pear

📋 copy color: '#CDE740'

red 205 ◦ green 231 ◦ blue 64

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

Shades of Pear #CDE740

Tints of Pear #CDE740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.2%

 BLUE value IS 64 (25.39% from 255) = 12.8%

R = 41%
G = 46.2%
B = 12.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#CDE740 (or 0xCDE740) is known color: Pear. HEX triplet: CD, E7 and 40. RGB value is (205,231,64). Sum of RGB (Red+Green+Blue) = 205+231+64=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE740 is #3218BF. Grayscale: #CCCCCC. Windows color (decimal): -3283136 or 4253645. OLE color: 4253645.

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

Color convert

RGB 205 231 64 -
CMYK 0.11 0 0.72 0.09
HSL 69.34º 0.78% 0.58% -
HSV(B) 69.34º 0.72% 0.91% -
XYZ 54.68 70.5 15.58 -
YUV 204.19 48.89 128.58 -
System Red Green Blue C M Y K H S L
Decimal 205 231 64 0.11 0 0.72 0.09 69.34 0.78 0.58
Hex CD E7 40 B 0 48 9 45 4E 3A
Octal 315 347 100 13 0 110 11 105 116 72
Binary 11001101 11100111 1000000 1011 0 1001000 1001 1000101 1001110 111010

Color Harmonies of #CDE740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE740

Black with #CDE740

Text Example


Text Example

White with #CDE740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE740; }

 p { color: rgb(205,231,64); }

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

background-color css

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

 a { background-color: rgb(205,231,64); }

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

border-color css

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

 span { border-color: rgb(205,231,64); }

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