Html Css Color HEX #CED91D Bitter Lemon

📋 copy color: '#CED91D'

red 206 ◦ green 217 ◦ blue 29

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

Shades of Bitter Lemon #CED91D

Tints of Bitter Lemon #CED91D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.01%

 BLUE value IS 29 (11.72% from 255) = 6.42%

R = 45.58%
G = 48.01%
B = 6.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#CED91D (or 0xCED91D) is known color: Bitter Lemon. HEX triplet: CE, D9 and 1D. RGB value is (206,217,29). Sum of RGB (Red+Green+Blue) = 206+217+29=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #CED91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED91D is #3126E2. Grayscale: #C1C1C1. Windows color (decimal): -3221219 or 1956302. OLE color: 1956302.

HSL color Cylindrical-coordinate representation of color #CED91D: hue angle of 63.51º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CED91D is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 29 -
CMYK 0.05 0 0.87 0.15
HSL 63.51º 0.76% 0.48% -
HSV(B) 63.51º 0.87% 0.85% -
XYZ 50.49 62.84 10.63 -
YUV 192.28 35.86 137.79 -
System Red Green Blue C M Y K H S L
Decimal 206 217 29 0.05 0 0.87 0.15 63.51 0.76 0.48
Hex CE D9 1D 5 0 57 F 40 4C 30
Octal 316 331 35 5 0 127 17 100 114 60
Binary 11001110 11011001 11101 101 0 1010111 1111 1000000 1001100 110000

Color Harmonies of #CED91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED91D

Black with #CED91D

Text Example


Text Example

White with #CED91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED91D; }

 p { color: rgb(206,217,29); }

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

background-color css

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

 a { background-color: rgb(206,217,29); }

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

border-color css

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

 span { border-color: rgb(206,217,29); }

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