Html Css Color HEX #CED930 Bitter Lemon

📋 copy color: '#CED930'

red 206 ◦ green 217 ◦ blue 48

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

Shades of Bitter Lemon #CED930

Tints of Bitter Lemon #CED930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.19%

R = 43.74%
G = 46.07%
B = 10.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#CED930 (or 0xCED930) is known color: Bitter Lemon. HEX triplet: CE, D9 and 30. RGB value is (206,217,48). Sum of RGB (Red+Green+Blue) = 206+217+48=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #CED930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED930 is #3126CF. Grayscale: #C3C3C3. Windows color (decimal): -3221200 or 3201486. OLE color: 3201486.

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

Color convert

RGB 206 217 48 -
CMYK 0.05 0 0.78 0.15
HSL 63.91º 0.69% 0.52% -
HSV(B) 63.91º 0.78% 0.85% -
XYZ 50.8 62.96 12.27 -
YUV 194.45 45.36 136.24 -
System Red Green Blue C M Y K H S L
Decimal 206 217 48 0.05 0 0.78 0.15 63.91 0.69 0.52
Hex CE D9 30 5 0 4E F 40 45 34
Octal 316 331 60 5 0 116 17 100 105 64
Binary 11001110 11011001 110000 101 0 1001110 1111 1000000 1000101 110100

Color Harmonies of #CED930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED930

Black with #CED930

Text Example


Text Example

White with #CED930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED930; }

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

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

background-color css

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

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

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

border-color css

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

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

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