Html Css Color HEX #CED430 Bitter Lemon

📋 copy color: '#CED430'

red 206 ◦ green 212 ◦ blue 48

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

Shades of Bitter Lemon #CED430

Tints of Bitter Lemon #CED430

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.49%

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

R = 44.21%
G = 45.49%
B = 10.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#CED430 (or 0xCED430) is known color: Bitter Lemon. HEX triplet: CE, D4 and 30. RGB value is (206,212,48). Sum of RGB (Red+Green+Blue) = 206+212+48=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #CED430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED430 is #312BCF. Grayscale: #C0C0C0. Windows color (decimal): -3222480 or 3200206. OLE color: 3200206.

HSL color Cylindrical-coordinate representation of color #CED430: hue angle of 62.2º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CED430 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 48 -
CMYK 0.03 0 0.77 0.17
HSL 62.2º 0.66% 0.51% -
HSV(B) 62.2º 0.77% 0.83% -
XYZ 49.53 60.42 11.85 -
YUV 191.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 206 212 48 0.03 0 0.77 0.17 62.2 0.66 0.51
Hex CE D4 30 3 0 4D 11 3E 42 33
Octal 316 324 60 3 0 115 21 76 102 63
Binary 11001110 11010100 110000 11 0 1001101 10001 111110 1000010 110011

Color Harmonies of #CED430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED430

Black with #CED430

Text Example


Text Example

White with #CED430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED430; }

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

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

background-color css

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

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

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

border-color css

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

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

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