Html Css Color HEX #CED633 Bitter Lemon

📋 copy color: '#CED633'

red 206 ◦ green 214 ◦ blue 51

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

Shades of Bitter Lemon #CED633

Tints of Bitter Lemon #CED633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.83%

R = 43.74%
G = 45.44%
B = 10.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#CED633 (or 0xCED633) is known color: Bitter Lemon. HEX triplet: CE, D6 and 33. RGB value is (206,214,51). Sum of RGB (Red+Green+Blue) = 206+214+51=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #CED633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED633 is #3129CC. Grayscale: #C1C1C1. Windows color (decimal): -3221965 or 3397326. OLE color: 3397326.

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

Color convert

RGB 206 214 51 -
CMYK 0.04 0 0.76 0.16
HSL 62.94º 0.67% 0.52% -
HSV(B) 62.94º 0.76% 0.84% -
XYZ 50.1 61.45 12.35 -
YUV 193.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 206 214 51 0.04 0 0.76 0.16 62.94 0.67 0.52
Hex CE D6 33 4 0 4C 10 3F 43 34
Octal 316 326 63 4 0 114 20 77 103 64
Binary 11001110 11010110 110011 100 0 1001100 10000 111111 1000011 110100

Color Harmonies of #CED633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED633

Black with #CED633

Text Example


Text Example

White with #CED633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED633; }

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

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

background-color css

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

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

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

border-color css

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

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

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