Html Css Color HEX #CED52B Bitter Lemon

📋 copy color: '#CED52B'

red 206 ◦ green 213 ◦ blue 43

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

Shades of Bitter Lemon #CED52B

Tints of Bitter Lemon #CED52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.31%

R = 44.59%
G = 46.1%
B = 9.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#CED52B (or 0xCED52B) is known color: Bitter Lemon. HEX triplet: CE, D5 and 2B. RGB value is (206,213,43). Sum of RGB (Red+Green+Blue) = 206+213+43=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #CED52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED52B is #312AD4. Grayscale: #C0C0C0. Windows color (decimal): -3222229 or 2872782. OLE color: 2872782.

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

Color convert

RGB 206 213 43 -
CMYK 0.03 0 0.80 0.16
HSL 62.47º 0.67% 0.5% -
HSV(B) 62.47º 0.8% 0.84% -
XYZ 49.68 60.88 11.42 -
YUV 191.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 206 213 43 0.03 0 0.80 0.16 62.47 0.67 0.5
Hex CE D5 2B 3 0 50 10 3E 43 32
Octal 316 325 53 3 0 120 20 76 103 62
Binary 11001110 11010101 101011 11 0 1010000 10000 111110 1000011 110010

Color Harmonies of #CED52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED52B

Black with #CED52B

Text Example


Text Example

White with #CED52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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