Html Css Color HEX #CED462 Wild Willow

📋 copy color: '#CED462'

red 206 ◦ green 212 ◦ blue 98

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

Shades of Wild Willow #CED462

Tints of Wild Willow #CED462

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.09%

 BLUE value IS 98 (38.67% from 255) = 18.99%

R = 39.92%
G = 41.09%
B = 18.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#CED462 (or 0xCED462) is known color: Wild Willow. HEX triplet: CE, D4 and 62. RGB value is (206,212,98). Sum of RGB (Red+Green+Blue) = 206+212+98=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #CED462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED462 is #312B9D. Grayscale: #C5C5C5. Windows color (decimal): -3222430 or 6477006. OLE color: 6477006.

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

Color convert

RGB 206 212 98 -
CMYK 0.03 0 0.54 0.17
HSL 63.16º 0.57% 0.61% -
HSV(B) 63.16º 0.54% 0.83% -
XYZ 51.2 61.09 20.65 -
YUV 197.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 206 212 98 0.03 0 0.54 0.17 63.16 0.57 0.61
Hex CE D4 62 3 0 36 11 3F 39 3D
Octal 316 324 142 3 0 66 21 77 71 75
Binary 11001110 11010100 1100010 11 0 110110 10001 111111 111001 111101

Color Harmonies of #CED462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED462

Black with #CED462

Text Example


Text Example

White with #CED462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED462; }

 p { color: rgb(206,212,98); }

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

background-color css

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

 a { background-color: rgb(206,212,98); }

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

border-color css

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

 span { border-color: rgb(206,212,98); }

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