Html Css Color HEX #CED725 Bitter Lemon

📋 copy color: '#CED725'

red 206 ◦ green 215 ◦ blue 37

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

Shades of Bitter Lemon #CED725

Tints of Bitter Lemon #CED725

RGB

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

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

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

R = 44.98%
G = 46.94%
B = 8.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#CED725 (or 0xCED725) is known color: Bitter Lemon. HEX triplet: CE, D7 and 25. RGB value is (206,215,37). Sum of RGB (Red+Green+Blue) = 206+215+37=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #CED725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED725 is #3128DA. Grayscale: #C0C0C0. Windows color (decimal): -3221723 or 2480078. OLE color: 2480078.

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

Color convert

RGB 206 215 37 -
CMYK 0.04 0 0.83 0.16
HSL 63.03º 0.71% 0.49% -
HSV(B) 63.03º 0.83% 0.84% -
XYZ 50.09 61.86 11.05 -
YUV 192.02 40.52 137.97 -
System Red Green Blue C M Y K H S L
Decimal 206 215 37 0.04 0 0.83 0.16 63.03 0.71 0.49
Hex CE D7 25 4 0 53 10 3F 47 31
Octal 316 327 45 4 0 123 20 77 107 61
Binary 11001110 11010111 100101 100 0 1010011 10000 111111 1000111 110001

Color Harmonies of #CED725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED725

Black with #CED725

Text Example


Text Example

White with #CED725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED725; }

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

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

background-color css

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

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

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

border-color css

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

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

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