Html Css Color HEX #CED925 Bitter Lemon

📋 copy color: '#CED925'

red 206 ◦ green 217 ◦ blue 37

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

Shades of Bitter Lemon #CED925

Tints of Bitter Lemon #CED925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.04%

R = 44.78%
G = 47.17%
B = 8.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#CED925 (or 0xCED925) is known color: Bitter Lemon. HEX triplet: CE, D9 and 25. RGB value is (206,217,37). Sum of RGB (Red+Green+Blue) = 206+217+37=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #CED925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED925 is #3126DA. Grayscale: #C1C1C1. Windows color (decimal): -3221211 or 2480590. OLE color: 2480590.

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

Color convert

RGB 206 217 37 -
CMYK 0.05 0 0.83 0.15
HSL 63.67º 0.71% 0.5% -
HSV(B) 63.67º 0.83% 0.85% -
XYZ 50.6 62.88 11.22 -
YUV 193.19 39.86 137.14 -
System Red Green Blue C M Y K H S L
Decimal 206 217 37 0.05 0 0.83 0.15 63.67 0.71 0.5
Hex CE D9 25 5 0 53 F 40 47 32
Octal 316 331 45 5 0 123 17 100 107 62
Binary 11001110 11011001 100101 101 0 1010011 1111 1000000 1000111 110010

Color Harmonies of #CED925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED925

Black with #CED925

Text Example


Text Example

White with #CED925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED925; }

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

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

background-color css

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

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

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

border-color css

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

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

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