Html Css Color HEX #CCD734 Bitter Lemon

📋 copy color: '#CCD734'

red 204 ◦ green 215 ◦ blue 52

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

Shades of Bitter Lemon #CCD734

Tints of Bitter Lemon #CCD734

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.65%

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

R = 43.31%
G = 45.65%
B = 11.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#CCD734 (or 0xCCD734) is known color: Bitter Lemon. HEX triplet: CC, D7 and 34. RGB value is (204,215,52). Sum of RGB (Red+Green+Blue) = 204+215+52=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD734 is #3328CB. Grayscale: #C1C1C1. Windows color (decimal): -3352780 or 3463116. OLE color: 3463116.

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

Color convert

RGB 204 215 52 -
CMYK 0.05 0 0.76 0.16
HSL 64.05º 0.67% 0.52% -
HSV(B) 64.05º 0.76% 0.84% -
XYZ 49.82 61.69 12.53 -
YUV 193.13 48.36 135.75 -
System Red Green Blue C M Y K H S L
Decimal 204 215 52 0.05 0 0.76 0.16 64.05 0.67 0.52
Hex CC D7 34 5 0 4C 10 40 43 34
Octal 314 327 64 5 0 114 20 100 103 64
Binary 11001100 11010111 110100 101 0 1001100 10000 1000000 1000011 110100

Color Harmonies of #CCD734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD734

Black with #CCD734

Text Example


Text Example

White with #CCD734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD734; }

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

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

background-color css

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

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

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

border-color css

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

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

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