Html Css Color HEX #CEDF1D Pear

📋 copy color: '#CEDF1D'

red 206 ◦ green 223 ◦ blue 29

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

Shades of Pear #CEDF1D

Tints of Pear #CEDF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.33%

R = 44.98%
G = 48.69%
B = 6.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#CEDF1D (or 0xCEDF1D) is known color: Pear. HEX triplet: CE, DF and 1D. RGB value is (206,223,29). Sum of RGB (Red+Green+Blue) = 206+223+29=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF1D is #3120E2. Grayscale: #C4C4C4. Windows color (decimal): -3219683 or 1957838. OLE color: 1957838.

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

Color convert

RGB 206 223 29 -
CMYK 0.08 0 0.87 0.13
HSL 65.26º 0.77% 0.49% -
HSV(B) 65.26º 0.87% 0.87% -
XYZ 52.06 65.99 11.15 -
YUV 195.8 33.87 135.27 -
System Red Green Blue C M Y K H S L
Decimal 206 223 29 0.08 0 0.87 0.13 65.26 0.77 0.49
Hex CE DF 1D 8 0 57 D 41 4D 31
Octal 316 337 35 10 0 127 15 101 115 61
Binary 11001110 11011111 11101 1000 0 1010111 1101 1000001 1001101 110001

Color Harmonies of #CEDF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF1D

Black with #CEDF1D

Text Example


Text Example

White with #CEDF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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