Html Css Color HEX #CED435 Bitter Lemon

📋 copy color: '#CED435'

red 206 ◦ green 212 ◦ blue 53

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

Shades of Bitter Lemon #CED435

Tints of Bitter Lemon #CED435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.25%

R = 43.74%
G = 45.01%
B = 11.25%

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

#CED435 (or 0xCED435) is known color: Bitter Lemon. HEX triplet: CE, D4 and 35. RGB value is (206,212,53). Sum of RGB (Red+Green+Blue) = 206+212+53=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #CED435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED435 is #312BCA. Grayscale: #C0C0C0. Windows color (decimal): -3222475 or 3527886. OLE color: 3527886.

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

Color convert

RGB 206 212 53 -
CMYK 0.03 0 0.75 0.17
HSL 62.26º 0.65% 0.52% -
HSV(B) 62.26º 0.75% 0.83% -
XYZ 49.64 60.47 12.42 -
YUV 192.08 49.51 137.93 -
System Red Green Blue C M Y K H S L
Decimal 206 212 53 0.03 0 0.75 0.17 62.26 0.65 0.52
Hex CE D4 35 3 0 4B 11 3E 41 34
Octal 316 324 65 3 0 113 21 76 101 64
Binary 11001110 11010100 110101 11 0 1001011 10001 111110 1000001 110100

Color Harmonies of #CED435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED435

Black with #CED435

Text Example


Text Example

White with #CED435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED435; }

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

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

background-color css

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

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

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

border-color css

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

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

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