Html Css Color HEX #CED630 Bitter Lemon

📋 copy color: '#CED630'

red 206 ◦ green 214 ◦ blue 48

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

Shades of Bitter Lemon #CED630

Tints of Bitter Lemon #CED630

RGB

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

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

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

R = 44.02%
G = 45.73%
B = 10.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#CED630 (or 0xCED630) is known color: Bitter Lemon. HEX triplet: CE, D6 and 30. RGB value is (206,214,48). Sum of RGB (Red+Green+Blue) = 206+214+48=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #CED630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED630 is #3129CF. Grayscale: #C1C1C1. Windows color (decimal): -3221968 or 3200718. OLE color: 3200718.

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

Color convert

RGB 206 214 48 -
CMYK 0.04 0 0.78 0.16
HSL 62.89º 0.67% 0.51% -
HSV(B) 62.89º 0.78% 0.84% -
XYZ 50.03 61.43 12.02 -
YUV 192.68 46.35 137.5 -
System Red Green Blue C M Y K H S L
Decimal 206 214 48 0.04 0 0.78 0.16 62.89 0.67 0.51
Hex CE D6 30 4 0 4E 10 3F 43 33
Octal 316 326 60 4 0 116 20 77 103 63
Binary 11001110 11010110 110000 100 0 1001110 10000 111111 1000011 110011

Color Harmonies of #CED630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED630

Black with #CED630

Text Example


Text Example

White with #CED630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED630; }

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

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

background-color css

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

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

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

border-color css

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

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

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