Html Css Color HEX #CED72B Bitter Lemon

📋 copy color: '#CED72B'

red 206 ◦ green 215 ◦ blue 43

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

Shades of Bitter Lemon #CED72B

Tints of Bitter Lemon #CED72B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.34%

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

R = 44.4%
G = 46.34%
B = 9.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#CED72B (or 0xCED72B) is known color: Bitter Lemon. HEX triplet: CE, D7 and 2B. RGB value is (206,215,43). Sum of RGB (Red+Green+Blue) = 206+215+43=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #CED72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED72B is #3128D4. Grayscale: #C1C1C1. Windows color (decimal): -3221717 or 2873294. OLE color: 2873294.

HSL color Cylindrical-coordinate representation of color #CED72B: hue angle of 63.14º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED72B is Cyan = 0.04, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 43 -
CMYK 0.04 0 0.8 0.16
HSL 63.14º 0.68% 0.51% -
HSV(B) 63.14º 0.8% 0.84% -
XYZ 50.19 61.9 11.59 -
YUV 192.7 43.52 137.49 -
System Red Green Blue C M Y K H S L
Decimal 206 215 43 0.04 0 0.8 0.16 63.14 0.68 0.51
Hex CE D7 2B 4 0 50 10 3F 44 33
Octal 316 327 53 4 0 120 20 77 104 63
Binary 11001110 11010111 101011 100 0 1010000 10000 111111 1000100 110011

Color Harmonies of #CED72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED72B

Black with #CED72B

Text Example


Text Example

White with #CED72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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