Html Css Color HEX #CDDC2F Bitter Lemon

📋 copy color: '#CDDC2F'

red 205 ◦ green 220 ◦ blue 47

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

Shades of Bitter Lemon #CDDC2F

Tints of Bitter Lemon #CDDC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.61%

 BLUE value IS 47 (18.75% from 255) = 9.96%

R = 43.43%
G = 46.61%
B = 9.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#CDDC2F (or 0xCDDC2F) is known color: Bitter Lemon. HEX triplet: CD, DC and 2F. RGB value is (205,220,47). Sum of RGB (Red+Green+Blue) = 205+220+47=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC2F is #3223D0. Grayscale: #C4C4C4. Windows color (decimal): -3285969 or 3136717. OLE color: 3136717.

HSL color Cylindrical-coordinate representation of color #CDDC2F: hue angle of 65.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDDC2F is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 47 -
CMYK 0.07 0 0.79 0.14
HSL 65.2º 0.71% 0.52% -
HSV(B) 65.2º 0.79% 0.86% -
XYZ 51.28 64.37 12.41 -
YUV 195.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 205 220 47 0.07 0 0.79 0.14 65.2 0.71 0.52
Hex CD DC 2F 7 0 4F E 41 47 34
Octal 315 334 57 7 0 117 16 101 107 64
Binary 11001101 11011100 101111 111 0 1001111 1110 1000001 1000111 110100

Color Harmonies of #CDDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC2F

Black with #CDDC2F

Text Example


Text Example

White with #CDDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC2F; }

 p { color: rgb(205,220,47); }

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

background-color css

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

 a { background-color: rgb(205,220,47); }

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

border-color css

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

 span { border-color: rgb(205,220,47); }

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