Html Css Color HEX #CDD428 Bitter Lemon

📋 copy color: '#CDD428'

red 205 ◦ green 212 ◦ blue 40

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

Shades of Bitter Lemon #CDD428

Tints of Bitter Lemon #CDD428

RGB

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

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

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

R = 44.86%
G = 46.39%
B = 8.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#CDD428 (or 0xCDD428) is known color: Bitter Lemon. HEX triplet: CD, D4 and 28. RGB value is (205,212,40). Sum of RGB (Red+Green+Blue) = 205+212+40=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD428 is #322BD7. Grayscale: #BEBEBE. Windows color (decimal): -3288024 or 2675917. OLE color: 2675917.

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

Color convert

RGB 205 212 40 -
CMYK 0.03 0 0.81 0.17
HSL 62.44º 0.68% 0.49% -
HSV(B) 62.44º 0.81% 0.83% -
XYZ 49.1 60.22 11.04 -
YUV 190.3 43.18 138.49 -
System Red Green Blue C M Y K H S L
Decimal 205 212 40 0.03 0 0.81 0.17 62.44 0.68 0.49
Hex CD D4 28 3 0 51 11 3E 44 31
Octal 315 324 50 3 0 121 21 76 104 61
Binary 11001101 11010100 101000 11 0 1010001 10001 111110 1000100 110001

Color Harmonies of #CDD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD428

Black with #CDD428

Text Example


Text Example

White with #CDD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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