Html Css Color HEX #CEDD1F Pear

📋 copy color: '#CEDD1F'

red 206 ◦ green 221 ◦ blue 31

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

Shades of Pear #CEDD1F

Tints of Pear #CEDD1F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.25%

 BLUE value IS 31 (12.5% from 255) = 6.77%

R = 44.98%
G = 48.25%
B = 6.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#CEDD1F (or 0xCEDD1F) is known color: Pear. HEX triplet: CE, DD and 1F. RGB value is (206,221,31). Sum of RGB (Red+Green+Blue) = 206+221+31=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD1F is #3122E0. Grayscale: #C3C3C3. Windows color (decimal): -3220193 or 2088398. OLE color: 2088398.

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

Color convert

RGB 206 221 31 -
CMYK 0.07 0 0.86 0.13
HSL 64.74º 0.75% 0.49% -
HSV(B) 64.74º 0.86% 0.87% -
XYZ 51.56 64.93 11.11 -
YUV 194.86 35.53 135.95 -
System Red Green Blue C M Y K H S L
Decimal 206 221 31 0.07 0 0.86 0.13 64.74 0.75 0.49
Hex CE DD 1F 7 0 56 D 41 4B 31
Octal 316 335 37 7 0 126 15 101 113 61
Binary 11001110 11011101 11111 111 0 1010110 1101 1000001 1001011 110001

Color Harmonies of #CEDD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD1F

Black with #CEDD1F

Text Example


Text Example

White with #CEDD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD1F; }

 p { color: rgb(206,221,31); }

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

background-color css

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

 a { background-color: rgb(206,221,31); }

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

border-color css

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

 span { border-color: rgb(206,221,31); }

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