Html Css Color HEX #CCD635 Bitter Lemon

📋 copy color: '#CCD635'

red 204 ◦ green 214 ◦ blue 53

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

Shades of Bitter Lemon #CCD635

Tints of Bitter Lemon #CCD635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.44%

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

R = 43.31%
G = 45.44%
B = 11.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#CCD635 (or 0xCCD635) is known color: Bitter Lemon. HEX triplet: CC, D6 and 35. RGB value is (204,214,53). Sum of RGB (Red+Green+Blue) = 204+214+53=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD635 is #3329CA. Grayscale: #C1C1C1. Windows color (decimal): -3353035 or 3528396. OLE color: 3528396.

HSL color Cylindrical-coordinate representation of color #CCD635: hue angle of 63.73º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCD635 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 53 -
CMYK 0.05 0 0.75 0.16
HSL 63.73º 0.66% 0.52% -
HSV(B) 63.73º 0.75% 0.84% -
XYZ 49.59 61.19 12.56 -
YUV 192.66 49.19 136.09 -
System Red Green Blue C M Y K H S L
Decimal 204 214 53 0.05 0 0.75 0.16 63.73 0.66 0.52
Hex CC D6 35 5 0 4B 10 40 42 34
Octal 314 326 65 5 0 113 20 100 102 64
Binary 11001100 11010110 110101 101 0 1001011 10000 1000000 1000010 110100

Color Harmonies of #CCD635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD635

Black with #CCD635

Text Example


Text Example

White with #CCD635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD635; }

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

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

background-color css

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

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

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

border-color css

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

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

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