Html Css Color HEX #CCD927 Bitter Lemon

📋 copy color: '#CCD927'

red 204 ◦ green 217 ◦ blue 39

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

Shades of Bitter Lemon #CCD927

Tints of Bitter Lemon #CCD927

RGB

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

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

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

R = 44.35%
G = 47.17%
B = 8.48%

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

#CCD927 (or 0xCCD927) is known color: Bitter Lemon. HEX triplet: CC, D9 and 27. RGB value is (204,217,39). Sum of RGB (Red+Green+Blue) = 204+217+39=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD927 is #3326D8. Grayscale: #C1C1C1. Windows color (decimal): -3352281 or 2611660. OLE color: 2611660.

HSL color Cylindrical-coordinate representation of color #CCD927: hue angle of 64.38º degrees, saturation: 0.7, 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 #CCD927 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 39 -
CMYK 0.06 0 0.82 0.15
HSL 64.38º 0.7% 0.5% -
HSV(B) 64.38º 0.82% 0.85% -
XYZ 50.08 62.61 11.36 -
YUV 192.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 204 217 39 0.06 0 0.82 0.15 64.38 0.7 0.5
Hex CC D9 27 6 0 52 F 40 46 32
Octal 314 331 47 6 0 122 17 100 106 62
Binary 11001100 11011001 100111 110 0 1010010 1111 1000000 1000110 110010

Color Harmonies of #CCD927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD927

Black with #CCD927

Text Example


Text Example

White with #CCD927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD927; }

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

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

background-color css

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

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

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

border-color css

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

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

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