Html Css Color HEX #CCDC2F Bitter Lemon

📋 copy color: '#CCDC2F'

red 204 ◦ green 220 ◦ blue 47

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

Shades of Bitter Lemon #CCDC2F

Tints of Bitter Lemon #CCDC2F

RGB

 RED value IS 204 (80.08% from 255) = 43.31%

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

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

R = 43.31%
G = 46.71%
B = 9.98%

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

#CCDC2F (or 0xCCDC2F) is known color: Bitter Lemon. HEX triplet: CC, DC and 2F. RGB value is (204,220,47). Sum of RGB (Red+Green+Blue) = 204+220+47=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC2F is #3323D0. Grayscale: #C4C4C4. Windows color (decimal): -3351505 or 3136716. OLE color: 3136716.

HSL color Cylindrical-coordinate representation of color #CCDC2F: hue angle of 65.55º 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 #CCDC2F is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 47 -
CMYK 0.07 0 0.79 0.14
HSL 65.55º 0.71% 0.52% -
HSV(B) 65.55º 0.79% 0.86% -
XYZ 51.01 64.23 12.4 -
YUV 195.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 204 220 47 0.07 0 0.79 0.14 65.55 0.71 0.52
Hex CC DC 2F 7 0 4F E 42 47 34
Octal 314 334 57 7 0 117 16 102 107 64
Binary 11001100 11011100 101111 111 0 1001111 1110 1000010 1000111 110100

Color Harmonies of #CCDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC2F

Black with #CCDC2F

Text Example


Text Example

White with #CCDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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