Html Css Color HEX #CED32F Bitter Lemon

📋 copy color: '#CED32F'

red 206 ◦ green 211 ◦ blue 47

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

Shades of Bitter Lemon #CED32F

Tints of Bitter Lemon #CED32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 44.4%
G = 45.47%
B = 10.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#CED32F (or 0xCED32F) is known color: Bitter Lemon. HEX triplet: CE, D3 and 2F. RGB value is (206,211,47). Sum of RGB (Red+Green+Blue) = 206+211+47=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #CED32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED32F is #312CD0. Grayscale: #BFBFBF. Windows color (decimal): -3222737 or 3134414. OLE color: 3134414.

HSL color Cylindrical-coordinate representation of color #CED32F: hue angle of 61.83º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CED32F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 47 -
CMYK 0.02 0 0.78 0.17
HSL 61.83º 0.65% 0.51% -
HSV(B) 61.83º 0.78% 0.83% -
XYZ 49.26 59.92 11.66 -
YUV 190.81 46.84 138.84 -
System Red Green Blue C M Y K H S L
Decimal 206 211 47 0.02 0 0.78 0.17 61.83 0.65 0.51
Hex CE D3 2F 2 0 4E 11 3E 41 33
Octal 316 323 57 2 0 116 21 76 101 63
Binary 11001110 11010011 101111 10 0 1001110 10001 111110 1000001 110011

Color Harmonies of #CED32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED32F

Black with #CED32F

Text Example


Text Example

White with #CED32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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