Html Css Color HEX #CCD136 Bitter Lemon

📋 copy color: '#CCD136'

red 204 ◦ green 209 ◦ blue 54

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

Shades of Bitter Lemon #CCD136

Tints of Bitter Lemon #CCD136

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.75%

 BLUE value IS 54 (21.48% from 255) = 11.56%

R = 43.68%
G = 44.75%
B = 11.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#CCD136 (or 0xCCD136) is known color: Bitter Lemon. HEX triplet: CC, D1 and 36. RGB value is (204,209,54). Sum of RGB (Red+Green+Blue) = 204+209+54=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD136 is #332EC9. Grayscale: #BEBEBE. Windows color (decimal): -3354314 or 3592652. OLE color: 3592652.

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

Color convert

RGB 204 209 54 -
CMYK 0.02 0 0.74 0.18
HSL 61.94º 0.63% 0.52% -
HSV(B) 61.94º 0.74% 0.82% -
XYZ 48.37 58.7 12.27 -
YUV 189.84 51.34 138.1 -
System Red Green Blue C M Y K H S L
Decimal 204 209 54 0.02 0 0.74 0.18 61.94 0.63 0.52
Hex CC D1 36 2 0 4A 12 3E 3F 34
Octal 314 321 66 2 0 112 22 76 77 64
Binary 11001100 11010001 110110 10 0 1001010 10010 111110 111111 110100

Color Harmonies of #CCD136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD136

Black with #CCD136

Text Example


Text Example

White with #CCD136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD136; }

 p { color: rgb(204,209,54); }

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

background-color css

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

 a { background-color: rgb(204,209,54); }

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

border-color css

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

 span { border-color: rgb(204,209,54); }

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