Html Css Color HEX #CED52F Bitter Lemon

📋 copy color: '#CED52F'

red 206 ◦ green 213 ◦ blue 47

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

Shades of Bitter Lemon #CED52F

Tints of Bitter Lemon #CED52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 44.21%
G = 45.71%
B = 10.09%

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

#CED52F (or 0xCED52F) is known color: Bitter Lemon. HEX triplet: CE, D5 and 2F. RGB value is (206,213,47). Sum of RGB (Red+Green+Blue) = 206+213+47=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #CED52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED52F is #312AD0. Grayscale: #C0C0C0. Windows color (decimal): -3222225 or 3134926. OLE color: 3134926.

HSL color Cylindrical-coordinate representation of color #CED52F: hue angle of 62.53º degrees, saturation: 0.66, 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 #CED52F is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 47 -
CMYK 0.03 0 0.78 0.16
HSL 62.53º 0.66% 0.51% -
HSV(B) 62.53º 0.78% 0.84% -
XYZ 49.76 60.92 11.82 -
YUV 191.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 206 213 47 0.03 0 0.78 0.16 62.53 0.66 0.51
Hex CE D5 2F 3 0 4E 10 3F 42 33
Octal 316 325 57 3 0 116 20 77 102 63
Binary 11001110 11010101 101111 11 0 1001110 10000 111111 1000010 110011

Color Harmonies of #CED52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED52F

Black with #CED52F

Text Example


Text Example

White with #CED52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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