Html Css Color HEX #CCDA27 Bitter Lemon

📋 copy color: '#CCDA27'

red 204 ◦ green 218 ◦ blue 39

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

Shades of Bitter Lemon #CCDA27

Tints of Bitter Lemon #CCDA27

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

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

R = 44.25%
G = 47.29%
B = 8.46%

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

#CCDA27 (or 0xCCDA27) is known color: Bitter Lemon. HEX triplet: CC, DA and 27. RGB value is (204,218,39). Sum of RGB (Red+Green+Blue) = 204+218+39=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA27 is #3325D8. Grayscale: #C2C2C2. Windows color (decimal): -3352025 or 2611916. OLE color: 2611916.

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

Color convert

RGB 204 218 39 -
CMYK 0.06 0 0.82 0.15
HSL 64.69º 0.71% 0.5% -
HSV(B) 64.69º 0.82% 0.85% -
XYZ 50.34 63.13 11.45 -
YUV 193.41 40.86 135.55 -
System Red Green Blue C M Y K H S L
Decimal 204 218 39 0.06 0 0.82 0.15 64.69 0.71 0.5
Hex CC DA 27 6 0 52 F 41 47 32
Octal 314 332 47 6 0 122 17 101 107 62
Binary 11001100 11011010 100111 110 0 1010010 1111 1000001 1000111 110010

Color Harmonies of #CCDA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA27

Black with #CCDA27

Text Example


Text Example

White with #CCDA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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