Html Css Color HEX #CDD833 Bitter Lemon

📋 copy color: '#CDD833'

red 205 ◦ green 216 ◦ blue 51

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

Shades of Bitter Lemon #CDD833

Tints of Bitter Lemon #CDD833

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.76%

 BLUE value IS 51 (20.31% from 255) = 10.81%

R = 43.43%
G = 45.76%
B = 10.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#CDD833 (or 0xCDD833) is known color: Bitter Lemon. HEX triplet: CD, D8 and 33. RGB value is (205,216,51). Sum of RGB (Red+Green+Blue) = 205+216+51=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD833 is #3227CC. Grayscale: #C2C2C2. Windows color (decimal): -3286989 or 3397837. OLE color: 3397837.

HSL color Cylindrical-coordinate representation of color #CDD833: hue angle of 64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD833 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 51 -
CMYK 0.05 0 0.76 0.15
HSL 64º 0.68% 0.52% -
HSV(B) 64º 0.76% 0.85% -
XYZ 50.33 62.33 12.51 -
YUV 193.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 205 216 51 0.05 0 0.76 0.15 64 0.68 0.52
Hex CD D8 33 5 0 4C F 40 44 34
Octal 315 330 63 5 0 114 17 100 104 64
Binary 11001101 11011000 110011 101 0 1001100 1111 1000000 1000100 110100

Color Harmonies of #CDD833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD833

Black with #CDD833

Text Example


Text Example

White with #CDD833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD833; }

 p { color: rgb(205,216,51); }

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

background-color css

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

 a { background-color: rgb(205,216,51); }

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

border-color css

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

 span { border-color: rgb(205,216,51); }

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