Html Css Color HEX #CCD035 Bitter Lemon

📋 copy color: '#CCD035'

red 204 ◦ green 208 ◦ blue 53

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

Shades of Bitter Lemon #CCD035

Tints of Bitter Lemon #CCD035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

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

R = 43.87%
G = 44.73%
B = 11.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#CCD035 (or 0xCCD035) is known color: Bitter Lemon. HEX triplet: CC, D0 and 35. RGB value is (204,208,53). Sum of RGB (Red+Green+Blue) = 204+208+53=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD035 is #332FCA. Grayscale: #BDBDBD. Windows color (decimal): -3354571 or 3526860. OLE color: 3526860.

HSL color Cylindrical-coordinate representation of color #CCD035: hue angle of 61.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCD035 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 53 -
CMYK 0.02 0 0.75 0.18
HSL 61.55º 0.62% 0.51% -
HSV(B) 61.55º 0.75% 0.82% -
XYZ 48.1 58.21 12.07 -
YUV 189.13 51.17 138.6 -
System Red Green Blue C M Y K H S L
Decimal 204 208 53 0.02 0 0.75 0.18 61.55 0.62 0.51
Hex CC D0 35 2 0 4B 12 3E 3E 33
Octal 314 320 65 2 0 113 22 76 76 63
Binary 11001100 11010000 110101 10 0 1001011 10010 111110 111110 110011

Color Harmonies of #CCD035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD035

Black with #CCD035

Text Example


Text Example

White with #CCD035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD035; }

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

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

background-color css

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

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

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

border-color css

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

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

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