Html Css Color HEX #CDDA2E Bitter Lemon

📋 copy color: '#CDDA2E'

red 205 ◦ green 218 ◦ blue 46

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

Shades of Bitter Lemon #CDDA2E

Tints of Bitter Lemon #CDDA2E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

 BLUE value IS 46 (18.36% from 255) = 9.81%

R = 43.71%
G = 46.48%
B = 9.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#CDDA2E (or 0xCDDA2E) is known color: Bitter Lemon. HEX triplet: CD, DA and 2E. RGB value is (205,218,46). Sum of RGB (Red+Green+Blue) = 205+218+46=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDA2E is #3225D1. Grayscale: #C3C3C3. Windows color (decimal): -3286482 or 3070669. OLE color: 3070669.

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

Color convert

RGB 205 218 46 -
CMYK 0.06 0 0.79 0.15
HSL 64.53º 0.7% 0.52% -
HSV(B) 64.53º 0.79% 0.85% -
XYZ 50.74 63.32 12.13 -
YUV 194.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 205 218 46 0.06 0 0.79 0.15 64.53 0.7 0.52
Hex CD DA 2E 6 0 4F F 41 46 34
Octal 315 332 56 6 0 117 17 101 106 64
Binary 11001101 11011010 101110 110 0 1001111 1111 1000001 1000110 110100

Color Harmonies of #CDDA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA2E

Black with #CDDA2E

Text Example


Text Example

White with #CDDA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA2E; }

 p { color: rgb(205,218,46); }

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

background-color css

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

 a { background-color: rgb(205,218,46); }

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

border-color css

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

 span { border-color: rgb(205,218,46); }

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