Html Css Color HEX #CCD62D Bitter Lemon

📋 copy color: '#CCD62D'

red 204 ◦ green 214 ◦ blue 45

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

Shades of Bitter Lemon #CCD62D

Tints of Bitter Lemon #CCD62D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.22%

 BLUE value IS 45 (17.97% from 255) = 9.72%

R = 44.06%
G = 46.22%
B = 9.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#CCD62D (or 0xCCD62D) is known color: Bitter Lemon. HEX triplet: CC, D6 and 2D. RGB value is (204,214,45). Sum of RGB (Red+Green+Blue) = 204+214+45=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD62D is #3329D2. Grayscale: #C0C0C0. Windows color (decimal): -3353043 or 3004108. OLE color: 3004108.

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

Color convert

RGB 204 214 45 -
CMYK 0.05 0 0.79 0.16
HSL 63.55º 0.67% 0.51% -
HSV(B) 63.55º 0.79% 0.84% -
XYZ 49.42 61.12 11.68 -
YUV 191.74 45.19 136.74 -
System Red Green Blue C M Y K H S L
Decimal 204 214 45 0.05 0 0.79 0.16 63.55 0.67 0.51
Hex CC D6 2D 5 0 4F 10 40 43 33
Octal 314 326 55 5 0 117 20 100 103 63
Binary 11001100 11010110 101101 101 0 1001111 10000 1000000 1000011 110011

Color Harmonies of #CCD62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD62D

Black with #CCD62D

Text Example


Text Example

White with #CCD62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD62D; }

 p { color: rgb(204,214,45); }

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

background-color css

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

 a { background-color: rgb(204,214,45); }

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

border-color css

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

 span { border-color: rgb(204,214,45); }

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