Html Css Color HEX #CCD835 Bitter Lemon

📋 copy color: '#CCD835'

red 204 ◦ green 216 ◦ blue 53

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

Shades of Bitter Lemon #CCD835

Tints of Bitter Lemon #CCD835

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

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

R = 43.13%
G = 45.67%
B = 11.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#CCD835 (or 0xCCD835) is known color: Bitter Lemon. HEX triplet: CC, D8 and 35. RGB value is (204,216,53). Sum of RGB (Red+Green+Blue) = 204+216+53=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD835 is #3327CA. Grayscale: #C2C2C2. Windows color (decimal): -3352523 or 3528908. OLE color: 3528908.

HSL color Cylindrical-coordinate representation of color #CCD835: hue angle of 64.42º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCD835 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 53 -
CMYK 0.06 0 0.75 0.15
HSL 64.42º 0.68% 0.53% -
HSV(B) 64.42º 0.75% 0.85% -
XYZ 50.1 62.21 12.73 -
YUV 193.83 48.52 135.25 -
System Red Green Blue C M Y K H S L
Decimal 204 216 53 0.06 0 0.75 0.15 64.42 0.68 0.53
Hex CC D8 35 6 0 4B F 40 44 35
Octal 314 330 65 6 0 113 17 100 104 65
Binary 11001100 11011000 110101 110 0 1001011 1111 1000000 1000100 110101

Color Harmonies of #CCD835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD835

Black with #CCD835

Text Example


Text Example

White with #CCD835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD835; }

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

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

background-color css

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

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

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

border-color css

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

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

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