Html Css Color HEX #CDE714 Pear

📋 copy color: '#CDE714'

red 205 ◦ green 231 ◦ blue 20

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

Shades of Pear #CDE714

Tints of Pear #CDE714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.39%

R = 44.96%
G = 50.66%
B = 4.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#CDE714 (or 0xCDE714) is known color: Pear. HEX triplet: CD, E7 and 14. RGB value is (205,231,20). Sum of RGB (Red+Green+Blue) = 205+231+20=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE714 is #3218EB. Grayscale: #C7C7C7. Windows color (decimal): -3283180 or 1370061. OLE color: 1370061.

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

Color convert

RGB 205 231 20 -
CMYK 0.11 0 0.91 0.09
HSL 67.39º 0.84% 0.49% -
HSV(B) 67.39º 0.91% 0.91% -
XYZ 53.88 70.18 11.37 -
YUV 199.17 26.89 132.16 -
System Red Green Blue C M Y K H S L
Decimal 205 231 20 0.11 0 0.91 0.09 67.39 0.84 0.49
Hex CD E7 14 B 0 5B 9 43 54 31
Octal 315 347 24 13 0 133 11 103 124 61
Binary 11001101 11100111 10100 1011 0 1011011 1001 1000011 1010100 110001

Color Harmonies of #CDE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE714

Black with #CDE714

Text Example


Text Example

White with #CDE714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE714; }

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

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

background-color css

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

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

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

border-color css

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

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

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