Html Css Color HEX #CCD335 Bitter Lemon

📋 copy color: '#CCD335'

red 204 ◦ green 211 ◦ blue 53

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

Shades of Bitter Lemon #CCD335

Tints of Bitter Lemon #CCD335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.32%

R = 43.59%
G = 45.09%
B = 11.32%

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

#CCD335 (or 0xCCD335) is known color: Bitter Lemon. HEX triplet: CC, D3 and 35. RGB value is (204,211,53). Sum of RGB (Red+Green+Blue) = 204+211+53=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD335 is #332CCA. Grayscale: #BFBFBF. Windows color (decimal): -3353803 or 3527628. OLE color: 3527628.

HSL color Cylindrical-coordinate representation of color #CCD335: hue angle of 62.66º 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 #CCD335 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 53 -
CMYK 0.03 0 0.75 0.17
HSL 62.66º 0.64% 0.52% -
HSV(B) 62.66º 0.75% 0.83% -
XYZ 48.84 59.68 12.31 -
YUV 190.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 204 211 53 0.03 0 0.75 0.17 62.66 0.64 0.52
Hex CC D3 35 3 0 4B 11 3F 40 34
Octal 314 323 65 3 0 113 21 77 100 64
Binary 11001100 11010011 110101 11 0 1001011 10001 111111 1000000 110100

Color Harmonies of #CCD335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD335

Black with #CCD335

Text Example


Text Example

White with #CCD335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD335; }

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

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

background-color css

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

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

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

border-color css

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

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

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