Html Css Color HEX #CED42B Bitter Lemon

📋 copy color: '#CED42B'

red 206 ◦ green 212 ◦ blue 43

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

Shades of Bitter Lemon #CED42B

Tints of Bitter Lemon #CED42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.33%

R = 44.69%
G = 45.99%
B = 9.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#CED42B (or 0xCED42B) is known color: Bitter Lemon. HEX triplet: CE, D4 and 2B. RGB value is (206,212,43). Sum of RGB (Red+Green+Blue) = 206+212+43=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #CED42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED42B is #312BD4. Grayscale: #BFBFBF. Windows color (decimal): -3222485 or 2872526. OLE color: 2872526.

HSL color Cylindrical-coordinate representation of color #CED42B: hue angle of 62.13º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED42B is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 43 -
CMYK 0.03 0 0.80 0.17
HSL 62.13º 0.66% 0.5% -
HSV(B) 62.13º 0.8% 0.83% -
XYZ 49.43 60.38 11.34 -
YUV 190.94 44.51 138.74 -
System Red Green Blue C M Y K H S L
Decimal 206 212 43 0.03 0 0.80 0.17 62.13 0.66 0.5
Hex CE D4 2B 3 0 50 11 3E 42 32
Octal 316 324 53 3 0 120 21 76 102 62
Binary 11001110 11010100 101011 11 0 1010000 10001 111110 1000010 110010

Color Harmonies of #CED42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED42B

Black with #CED42B

Text Example


Text Example

White with #CED42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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