Html Css Color HEX #CCD334 Bitter Lemon

📋 copy color: '#CCD334'

red 204 ◦ green 211 ◦ blue 52

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

Shades of Bitter Lemon #CCD334

Tints of Bitter Lemon #CCD334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

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

R = 43.68%
G = 45.18%
B = 11.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#CCD334 (or 0xCCD334) is known color: Bitter Lemon. HEX triplet: CC, D3 and 34. RGB value is (204,211,52). Sum of RGB (Red+Green+Blue) = 204+211+52=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD334 is #332CCB. Grayscale: #BFBFBF. Windows color (decimal): -3353804 or 3462092. OLE color: 3462092.

HSL color Cylindrical-coordinate representation of color #CCD334: hue angle of 62.64º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCD334 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 52 -
CMYK 0.03 0 0.75 0.17
HSL 62.64º 0.64% 0.52% -
HSV(B) 62.64º 0.75% 0.83% -
XYZ 48.82 59.67 12.19 -
YUV 190.78 49.68 137.43 -
System Red Green Blue C M Y K H S L
Decimal 204 211 52 0.03 0 0.75 0.17 62.64 0.64 0.52
Hex CC D3 34 3 0 4B 11 3F 40 34
Octal 314 323 64 3 0 113 21 77 100 64
Binary 11001100 11010011 110100 11 0 1001011 10001 111111 1000000 110100

Color Harmonies of #CCD334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD334

Black with #CCD334

Text Example


Text Example

White with #CCD334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD334; }

 p { color: rgb(204,211,52); }

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

background-color css

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

 a { background-color: rgb(204,211,52); }

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

border-color css

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

 span { border-color: rgb(204,211,52); }

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