Html Css Color HEX #CED900 La Rioja

📋 copy color: '#CED900'

red 206 ◦ green 217 ◦ blue 0

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

Shades of La Rioja #CED900

Tints of La Rioja #CED900

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.7%
G = 51.3%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#CED900 (or 0xCED900) is known color: La Rioja. HEX triplet: CE, D9 and 00. RGB value is (206,217,0). Sum of RGB (Red+Green+Blue) = 206+217+0=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #CED900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED900 is #3126FF. Grayscale: #BDBDBD. Windows color (decimal): -3221248 or 55758. OLE color: 55758.

HSL color Cylindrical-coordinate representation of color #CED900: hue angle of 63.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED900 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 0 -
CMYK 0.05 0 1 0.15
HSL 63.04º 1% 0.43% -
HSV(B) 63.04º 1% 0.85% -
XYZ 50.27 62.75 9.46 -
YUV 188.97 21.36 140.14 -
System Red Green Blue C M Y K H S L
Decimal 206 217 0 0.05 0 1 0.15 63.04 1 0.43
Hex CE D9 0 5 0 64 F 3F 64 2B
Octal 316 331 0 5 0 144 17 77 144 53
Binary 11001110 11011001 0 101 0 1100100 1111 111111 1100100 101011

Color Harmonies of #CED900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED900

Black with #CED900

Text Example


Text Example

White with #CED900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED900; }

 p { color: rgb(206,217,0); }

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

background-color css

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

 a { background-color: rgb(206,217,0); }

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

border-color css

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

 span { border-color: rgb(206,217,0); }

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