Html Css Color HEX #CED352 Wild Willow

📋 copy color: '#CED352'

red 206 ◦ green 211 ◦ blue 82

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

Shades of Wild Willow #CED352

Tints of Wild Willow #CED352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.28%

 BLUE value IS 82 (32.42% from 255) = 16.43%

R = 41.28%
G = 42.28%
B = 16.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#CED352 (or 0xCED352) is known color: Wild Willow. HEX triplet: CE, D3 and 52. RGB value is (206,211,82). Sum of RGB (Red+Green+Blue) = 206+211+82=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #CED352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED352 is #312CAD. Grayscale: #C3C3C3. Windows color (decimal): -3222702 or 5428174. OLE color: 5428174.

HSL color Cylindrical-coordinate representation of color #CED352: hue angle of 62.33º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED352 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 82 -
CMYK 0.02 0 0.61 0.17
HSL 62.33º 0.59% 0.57% -
HSV(B) 62.33º 0.61% 0.83% -
XYZ 50.27 60.32 16.98 -
YUV 194.8 64.34 135.99 -
System Red Green Blue C M Y K H S L
Decimal 206 211 82 0.02 0 0.61 0.17 62.33 0.59 0.57
Hex CE D3 52 2 0 3D 11 3E 3B 39
Octal 316 323 122 2 0 75 21 76 73 71
Binary 11001110 11010011 1010010 10 0 111101 10001 111110 111011 111001

Color Harmonies of #CED352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED352

Black with #CED352

Text Example


Text Example

White with #CED352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED352; }

 p { color: rgb(206,211,82); }

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

background-color css

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

 a { background-color: rgb(206,211,82); }

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

border-color css

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

 span { border-color: rgb(206,211,82); }

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