Html Css Color HEX #CDD634 Bitter Lemon

📋 copy color: '#CDD634'

red 205 ◦ green 214 ◦ blue 52

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

Shades of Bitter Lemon #CDD634

Tints of Bitter Lemon #CDD634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.04%

R = 43.52%
G = 45.44%
B = 11.04%

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

#CDD634 (or 0xCDD634) is known color: Bitter Lemon. HEX triplet: CD, D6 and 34. RGB value is (205,214,52). Sum of RGB (Red+Green+Blue) = 205+214+52=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD634 is #3229CB. Grayscale: #C1C1C1. Windows color (decimal): -3287500 or 3462861. OLE color: 3462861.

HSL color Cylindrical-coordinate representation of color #CDD634: hue angle of 63.33º degrees, saturation: 0.66, 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 #CDD634 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 52 -
CMYK 0.04 0 0.76 0.16
HSL 63.33º 0.66% 0.52% -
HSV(B) 63.33º 0.76% 0.84% -
XYZ 49.84 61.32 12.46 -
YUV 192.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 205 214 52 0.04 0 0.76 0.16 63.33 0.66 0.52
Hex CD D6 34 4 0 4C 10 3F 42 34
Octal 315 326 64 4 0 114 20 77 102 64
Binary 11001101 11010110 110100 100 0 1001100 10000 111111 1000010 110100

Color Harmonies of #CDD634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD634

Black with #CDD634

Text Example


Text Example

White with #CDD634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD634; }

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

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

background-color css

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

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

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

border-color css

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

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

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