Html Css Color HEX #CED434 Bitter Lemon

📋 copy color: '#CED434'

red 206 ◦ green 212 ◦ blue 52

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

Shades of Bitter Lemon #CED434

Tints of Bitter Lemon #CED434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.06%

R = 43.83%
G = 45.11%
B = 11.06%

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

#CED434 (or 0xCED434) is known color: Bitter Lemon. HEX triplet: CE, D4 and 34. RGB value is (206,212,52). Sum of RGB (Red+Green+Blue) = 206+212+52=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #CED434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED434 is #312BCB. Grayscale: #C0C0C0. Windows color (decimal): -3222476 or 3462350. OLE color: 3462350.

HSL color Cylindrical-coordinate representation of color #CED434: hue angle of 62.25º 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 #CED434 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 52 -
CMYK 0.03 0 0.75 0.17
HSL 62.25º 0.65% 0.52% -
HSV(B) 62.25º 0.75% 0.83% -
XYZ 49.62 60.46 12.3 -
YUV 191.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 206 212 52 0.03 0 0.75 0.17 62.25 0.65 0.52
Hex CE D4 34 3 0 4B 11 3E 41 34
Octal 316 324 64 3 0 113 21 76 101 64
Binary 11001110 11010100 110100 11 0 1001011 10001 111110 1000001 110100

Color Harmonies of #CED434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED434

Black with #CED434

Text Example


Text Example

White with #CED434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED434; }

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

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

background-color css

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

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

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

border-color css

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

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

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