Html Css Color HEX #CDD628 Bitter Lemon

📋 copy color: '#CDD628'

red 205 ◦ green 214 ◦ blue 40

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

Shades of Bitter Lemon #CDD628

Tints of Bitter Lemon #CDD628

RGB

 RED value IS 205 (80.47% from 255) = 44.66%

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

 BLUE value IS 40 (16.02% from 255) = 8.71%

R = 44.66%
G = 46.62%
B = 8.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#CDD628 (or 0xCDD628) is known color: Bitter Lemon. HEX triplet: CD, D6 and 28. RGB value is (205,214,40). Sum of RGB (Red+Green+Blue) = 205+214+40=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD628 is #3229D7. Grayscale: #C0C0C0. Windows color (decimal): -3287512 or 2676429. OLE color: 2676429.

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

Color convert

RGB 205 214 40 -
CMYK 0.04 0 0.81 0.16
HSL 63.1º 0.69% 0.5% -
HSV(B) 63.1º 0.81% 0.84% -
XYZ 49.61 61.23 11.21 -
YUV 191.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 205 214 40 0.04 0 0.81 0.16 63.1 0.69 0.5
Hex CD D6 28 4 0 51 10 3F 45 32
Octal 315 326 50 4 0 121 20 77 105 62
Binary 11001101 11010110 101000 100 0 1010001 10000 111111 1000101 110010

Color Harmonies of #CDD628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD628

Black with #CDD628

Text Example


Text Example

White with #CDD628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD628; }

 p { color: rgb(205,214,40); }

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

background-color css

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

 a { background-color: rgb(205,214,40); }

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

border-color css

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

 span { border-color: rgb(205,214,40); }

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