Html Css Color HEX #CEDF2D Pear

📋 copy color: '#CEDF2D'

red 206 ◦ green 223 ◦ blue 45

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

Shades of Pear #CEDF2D

Tints of Pear #CEDF2D

RGB

 RED value IS 206 (80.86% from 255) = 43.46%

 GREEN value IS 223 (87.5% from 255) = 47.05%

 BLUE value IS 45 (17.97% from 255) = 9.49%

R = 43.46%
G = 47.05%
B = 9.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#CEDF2D (or 0xCEDF2D) is known color: Pear. HEX triplet: CE, DF and 2D. RGB value is (206,223,45). Sum of RGB (Red+Green+Blue) = 206+223+45=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF2D is #3120D2. Grayscale: #C6C6C6. Windows color (decimal): -3219667 or 3006414. OLE color: 3006414.

HSL color Cylindrical-coordinate representation of color #CEDF2D: hue angle of 65.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEDF2D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 45 -
CMYK 0.08 0 0.80 0.13
HSL 65.73º 0.74% 0.53% -
HSV(B) 65.73º 0.8% 0.87% -
XYZ 52.31 66.09 12.48 -
YUV 197.63 41.87 133.97 -
System Red Green Blue C M Y K H S L
Decimal 206 223 45 0.08 0 0.80 0.13 65.73 0.74 0.53
Hex CE DF 2D 8 0 50 D 42 4A 35
Octal 316 337 55 10 0 120 15 102 112 65
Binary 11001110 11011111 101101 1000 0 1010000 1101 1000010 1001010 110101

Color Harmonies of #CEDF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF2D

Black with #CEDF2D

Text Example


Text Example

White with #CEDF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF2D; }

 p { color: rgb(206,223,45); }

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

background-color css

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

 a { background-color: rgb(206,223,45); }

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

border-color css

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

 span { border-color: rgb(206,223,45); }

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