Html Css Color HEX #CED33D Bitter Lemon

📋 copy color: '#CED33D'

red 206 ◦ green 211 ◦ blue 61

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

Shades of Bitter Lemon #CED33D

Tints of Bitter Lemon #CED33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.76%

R = 43.1%
G = 44.14%
B = 12.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#CED33D (or 0xCED33D) is known color: Bitter Lemon. HEX triplet: CE, D3 and 3D. RGB value is (206,211,61). Sum of RGB (Red+Green+Blue) = 206+211+61=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #CED33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED33D is #312CC2. Grayscale: #C1C1C1. Windows color (decimal): -3222723 or 4051918. OLE color: 4051918.

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

Color convert

RGB 206 211 61 -
CMYK 0.02 0 0.71 0.17
HSL 62º 0.63% 0.53% -
HSV(B) 62º 0.71% 0.83% -
XYZ 49.59 60.05 13.39 -
YUV 192.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 206 211 61 0.02 0 0.71 0.17 62 0.63 0.53
Hex CE D3 3D 2 0 47 11 3E 3F 35
Octal 316 323 75 2 0 107 21 76 77 65
Binary 11001110 11010011 111101 10 0 1000111 10001 111110 111111 110101

Color Harmonies of #CED33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED33D

Black with #CED33D

Text Example


Text Example

White with #CED33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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