Html Css Color HEX #CED42F Bitter Lemon

📋 copy color: '#CED42F'

red 206 ◦ green 212 ◦ blue 47

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

Shades of Bitter Lemon #CED42F

Tints of Bitter Lemon #CED42F

RGB

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

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

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

R = 44.3%
G = 45.59%
B = 10.11%

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

#CED42F (or 0xCED42F) is known color: Bitter Lemon. HEX triplet: CE, D4 and 2F. RGB value is (206,212,47). Sum of RGB (Red+Green+Blue) = 206+212+47=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #CED42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED42F is #312BD0. Grayscale: #C0C0C0. Windows color (decimal): -3222481 or 3134670. OLE color: 3134670.

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

Color convert

RGB 206 212 47 -
CMYK 0.03 0 0.78 0.17
HSL 62.18º 0.66% 0.51% -
HSV(B) 62.18º 0.78% 0.83% -
XYZ 49.51 60.41 11.74 -
YUV 191.4 46.51 138.42 -
System Red Green Blue C M Y K H S L
Decimal 206 212 47 0.03 0 0.78 0.17 62.18 0.66 0.51
Hex CE D4 2F 3 0 4E 11 3E 42 33
Octal 316 324 57 3 0 116 21 76 102 63
Binary 11001110 11010100 101111 11 0 1001110 10001 111110 1000010 110011

Color Harmonies of #CED42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED42F

Black with #CED42F

Text Example


Text Example

White with #CED42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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