Html Css Color HEX #CED52E Bitter Lemon

📋 copy color: '#CED52E'

red 206 ◦ green 213 ◦ blue 46

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

Shades of Bitter Lemon #CED52E

Tints of Bitter Lemon #CED52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.81%

 BLUE value IS 46 (18.36% from 255) = 9.89%

R = 44.3%
G = 45.81%
B = 9.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#CED52E (or 0xCED52E) is known color: Bitter Lemon. HEX triplet: CE, D5 and 2E. RGB value is (206,213,46). Sum of RGB (Red+Green+Blue) = 206+213+46=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #CED52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED52E is #312AD1. Grayscale: #C0C0C0. Windows color (decimal): -3222226 or 3069390. OLE color: 3069390.

HSL color Cylindrical-coordinate representation of color #CED52E: hue angle of 62.51º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CED52E is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 46 -
CMYK 0.03 0 0.78 0.16
HSL 62.51º 0.67% 0.51% -
HSV(B) 62.51º 0.78% 0.84% -
XYZ 49.74 60.91 11.72 -
YUV 191.87 45.68 138.08 -
System Red Green Blue C M Y K H S L
Decimal 206 213 46 0.03 0 0.78 0.16 62.51 0.67 0.51
Hex CE D5 2E 3 0 4E 10 3F 43 33
Octal 316 325 56 3 0 116 20 77 103 63
Binary 11001110 11010101 101110 11 0 1001110 10000 111111 1000011 110011

Color Harmonies of #CED52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED52E

Black with #CED52E

Text Example


Text Example

White with #CED52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED52E; }

 p { color: rgb(206,213,46); }

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

background-color css

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

 a { background-color: rgb(206,213,46); }

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

border-color css

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

 span { border-color: rgb(206,213,46); }

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