Html Css Color HEX #CCD827 Bitter Lemon

📋 copy color: '#CCD827'

red 204 ◦ green 216 ◦ blue 39

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

Shades of Bitter Lemon #CCD827

Tints of Bitter Lemon #CCD827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.5%

R = 44.44%
G = 47.06%
B = 8.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#CCD827 (or 0xCCD827) is known color: Bitter Lemon. HEX triplet: CC, D8 and 27. RGB value is (204,216,39). Sum of RGB (Red+Green+Blue) = 204+216+39=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD827 is #3327D8. Grayscale: #C0C0C0. Windows color (decimal): -3352537 or 2611404. OLE color: 2611404.

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

Color convert

RGB 204 216 39 -
CMYK 0.06 0 0.82 0.15
HSL 64.07º 0.69% 0.5% -
HSV(B) 64.07º 0.82% 0.85% -
XYZ 49.82 62.1 11.28 -
YUV 192.23 41.52 136.39 -
System Red Green Blue C M Y K H S L
Decimal 204 216 39 0.06 0 0.82 0.15 64.07 0.69 0.5
Hex CC D8 27 6 0 52 F 40 45 32
Octal 314 330 47 6 0 122 17 100 105 62
Binary 11001100 11011000 100111 110 0 1010010 1111 1000000 1000101 110010

Color Harmonies of #CCD827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD827

Black with #CCD827

Text Example


Text Example

White with #CCD827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD827; }

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

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

background-color css

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

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

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

border-color css

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

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

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