Html Css Color HEX #CED234 Bitter Lemon

📋 copy color: '#CED234'

red 206 ◦ green 210 ◦ blue 52

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

Shades of Bitter Lemon #CED234

Tints of Bitter Lemon #CED234

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.87%

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

R = 44.02%
G = 44.87%
B = 11.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#CED234 (or 0xCED234) is known color: Bitter Lemon. HEX triplet: CE, D2 and 34. RGB value is (206,210,52). Sum of RGB (Red+Green+Blue) = 206+210+52=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #CED234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED234 is #312DCB. Grayscale: #BFBFBF. Windows color (decimal): -3222988 or 3461838. OLE color: 3461838.

HSL color Cylindrical-coordinate representation of color #CED234: hue angle of 61.52º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CED234 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 52 -
CMYK 0.02 0 0.75 0.18
HSL 61.52º 0.64% 0.51% -
HSV(B) 61.52º 0.75% 0.82% -
XYZ 49.12 59.46 12.14 -
YUV 190.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 206 210 52 0.02 0 0.75 0.18 61.52 0.64 0.51
Hex CE D2 34 2 0 4B 12 3E 40 33
Octal 316 322 64 2 0 113 22 76 100 63
Binary 11001110 11010010 110100 10 0 1001011 10010 111110 1000000 110011

Color Harmonies of #CED234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED234

Black with #CED234

Text Example


Text Example

White with #CED234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED234; }

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

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

background-color css

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

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

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

border-color css

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

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

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