Html Css Color HEX #CED436 Bitter Lemon

📋 copy color: '#CED436'

red 206 ◦ green 212 ◦ blue 54

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

Shades of Bitter Lemon #CED436

Tints of Bitter Lemon #CED436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.44%

R = 43.64%
G = 44.92%
B = 11.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#CED436 (or 0xCED436) is known color: Bitter Lemon. HEX triplet: CE, D4 and 36. RGB value is (206,212,54). Sum of RGB (Red+Green+Blue) = 206+212+54=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #CED436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED436 is #312BC9. Grayscale: #C0C0C0. Windows color (decimal): -3222474 or 3593422. OLE color: 3593422.

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

Color convert

RGB 206 212 54 -
CMYK 0.03 0 0.75 0.17
HSL 62.28º 0.65% 0.52% -
HSV(B) 62.28º 0.75% 0.83% -
XYZ 49.66 60.48 12.55 -
YUV 192.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 206 212 54 0.03 0 0.75 0.17 62.28 0.65 0.52
Hex CE D4 36 3 0 4B 11 3E 41 34
Octal 316 324 66 3 0 113 21 76 101 64
Binary 11001110 11010100 110110 11 0 1001011 10001 111110 1000001 110100

Color Harmonies of #CED436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED436

Black with #CED436

Text Example


Text Example

White with #CED436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED436; }

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

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

background-color css

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

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

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

border-color css

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

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

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