Html Css Color HEX #CED631 Bitter Lemon

📋 copy color: '#CED631'

red 206 ◦ green 214 ◦ blue 49

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

Shades of Bitter Lemon #CED631

Tints of Bitter Lemon #CED631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

 BLUE value IS 49 (19.53% from 255) = 10.45%

R = 43.92%
G = 45.63%
B = 10.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CED631 (or 0xCED631) is known color: Bitter Lemon. HEX triplet: CE, D6 and 31. RGB value is (206,214,49). Sum of RGB (Red+Green+Blue) = 206+214+49=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #CED631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED631 is #3129CE. Grayscale: #C1C1C1. Windows color (decimal): -3221967 or 3266254. OLE color: 3266254.

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

Color convert

RGB 206 214 49 -
CMYK 0.04 0 0.77 0.16
HSL 62.91º 0.67% 0.52% -
HSV(B) 62.91º 0.77% 0.84% -
XYZ 50.05 61.44 12.13 -
YUV 192.8 46.85 137.42 -
System Red Green Blue C M Y K H S L
Decimal 206 214 49 0.04 0 0.77 0.16 62.91 0.67 0.52
Hex CE D6 31 4 0 4D 10 3F 43 34
Octal 316 326 61 4 0 115 20 77 103 64
Binary 11001110 11010110 110001 100 0 1001101 10000 111111 1000011 110100

Color Harmonies of #CED631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED631

Black with #CED631

Text Example


Text Example

White with #CED631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED631; }

 p { color: rgb(206,214,49); }

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

background-color css

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

 a { background-color: rgb(206,214,49); }

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

border-color css

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

 span { border-color: rgb(206,214,49); }

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