Html Css Color HEX #CCD934 Bitter Lemon

📋 copy color: '#CCD934'

red 204 ◦ green 217 ◦ blue 52

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

Shades of Bitter Lemon #CCD934

Tints of Bitter Lemon #CCD934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.99%

R = 43.13%
G = 45.88%
B = 10.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#CCD934 (or 0xCCD934) is known color: Bitter Lemon. HEX triplet: CC, D9 and 34. RGB value is (204,217,52). Sum of RGB (Red+Green+Blue) = 204+217+52=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD934 is #3326CB. Grayscale: #C2C2C2. Windows color (decimal): -3352268 or 3463628. OLE color: 3463628.

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

Color convert

RGB 204 217 52 -
CMYK 0.06 0 0.76 0.15
HSL 64.73º 0.68% 0.53% -
HSV(B) 64.73º 0.76% 0.85% -
XYZ 50.33 62.71 12.7 -
YUV 194.3 47.69 134.92 -
System Red Green Blue C M Y K H S L
Decimal 204 217 52 0.06 0 0.76 0.15 64.73 0.68 0.53
Hex CC D9 34 6 0 4C F 41 44 35
Octal 314 331 64 6 0 114 17 101 104 65
Binary 11001100 11011001 110100 110 0 1001100 1111 1000001 1000100 110101

Color Harmonies of #CCD934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD934

Black with #CCD934

Text Example


Text Example

White with #CCD934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD934; }

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

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

background-color css

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

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

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

border-color css

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

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

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