Html Css Color HEX #CDD235 Bitter Lemon

📋 copy color: '#CDD235'

red 205 ◦ green 210 ◦ blue 53

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

Shades of Bitter Lemon #CDD235

Tints of Bitter Lemon #CDD235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.87%

 BLUE value IS 53 (21.09% from 255) = 11.32%

R = 43.8%
G = 44.87%
B = 11.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#CDD235 (or 0xCDD235) is known color: Bitter Lemon. HEX triplet: CD, D2 and 35. RGB value is (205,210,53). Sum of RGB (Red+Green+Blue) = 205+210+53=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD235 is #322DCA. Grayscale: #BFBFBF. Windows color (decimal): -3288523 or 3527373. OLE color: 3527373.

HSL color Cylindrical-coordinate representation of color #CDD235: hue angle of 61.91º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDD235 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 53 -
CMYK 0.02 0 0.75 0.18
HSL 61.91º 0.64% 0.52% -
HSV(B) 61.91º 0.75% 0.82% -
XYZ 48.87 59.33 12.24 -
YUV 190.61 50.34 138.27 -
System Red Green Blue C M Y K H S L
Decimal 205 210 53 0.02 0 0.75 0.18 61.91 0.64 0.52
Hex CD D2 35 2 0 4B 12 3E 40 34
Octal 315 322 65 2 0 113 22 76 100 64
Binary 11001101 11010010 110101 10 0 1001011 10010 111110 1000000 110100

Color Harmonies of #CDD235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD235

Black with #CDD235

Text Example


Text Example

White with #CDD235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD235; }

 p { color: rgb(205,210,53); }

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

background-color css

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

 a { background-color: rgb(205,210,53); }

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

border-color css

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

 span { border-color: rgb(205,210,53); }

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