Html Css Color HEX #CED42E Bitter Lemon

📋 copy color: '#CED42E'

red 206 ◦ green 212 ◦ blue 46

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

Shades of Bitter Lemon #CED42E

Tints of Bitter Lemon #CED42E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

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

R = 44.4%
G = 45.69%
B = 9.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#CED42E (or 0xCED42E) is known color: Bitter Lemon. HEX triplet: CE, D4 and 2E. RGB value is (206,212,46). Sum of RGB (Red+Green+Blue) = 206+212+46=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #CED42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED42E is #312BD1. Grayscale: #BFBFBF. Windows color (decimal): -3222482 or 3069134. OLE color: 3069134.

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

Color convert

RGB 206 212 46 -
CMYK 0.03 0 0.78 0.17
HSL 62.17º 0.66% 0.51% -
HSV(B) 62.17º 0.78% 0.83% -
XYZ 49.49 60.41 11.64 -
YUV 191.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 206 212 46 0.03 0 0.78 0.17 62.17 0.66 0.51
Hex CE D4 2E 3 0 4E 11 3E 42 33
Octal 316 324 56 3 0 116 21 76 102 63
Binary 11001110 11010100 101110 11 0 1001110 10001 111110 1000010 110011

Color Harmonies of #CED42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED42E

Black with #CED42E

Text Example


Text Example

White with #CED42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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