Html Css Color HEX #CCD931 Bitter Lemon

📋 copy color: '#CCD931'

red 204 ◦ green 217 ◦ blue 49

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

Shades of Bitter Lemon #CCD931

Tints of Bitter Lemon #CCD931

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.17%

 BLUE value IS 49 (19.53% from 255) = 10.43%

R = 43.4%
G = 46.17%
B = 10.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#CCD931 (or 0xCCD931) is known color: Bitter Lemon. HEX triplet: CC, D9 and 31. RGB value is (204,217,49). Sum of RGB (Red+Green+Blue) = 204+217+49=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD931 is #3326CE. Grayscale: #C2C2C2. Windows color (decimal): -3352271 or 3267020. OLE color: 3267020.

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

Color convert

RGB 204 217 49 -
CMYK 0.06 0 0.77 0.15
HSL 64.64º 0.69% 0.52% -
HSV(B) 64.64º 0.77% 0.85% -
XYZ 50.27 62.68 12.36 -
YUV 193.96 46.19 135.16 -
System Red Green Blue C M Y K H S L
Decimal 204 217 49 0.06 0 0.77 0.15 64.64 0.69 0.52
Hex CC D9 31 6 0 4D F 41 45 34
Octal 314 331 61 6 0 115 17 101 105 64
Binary 11001100 11011001 110001 110 0 1001101 1111 1000001 1000101 110100

Color Harmonies of #CCD931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD931

Black with #CCD931

Text Example


Text Example

White with #CCD931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD931; }

 p { color: rgb(204,217,49); }

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

background-color css

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

 a { background-color: rgb(204,217,49); }

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

border-color css

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

 span { border-color: rgb(204,217,49); }

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