Html Css Color HEX #CCD64B Las Palmas

📋 copy color: '#CCD64B'

red 204 ◦ green 214 ◦ blue 75

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

Shades of Las Palmas #CCD64B

Tints of Las Palmas #CCD64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.21%

R = 41.38%
G = 43.41%
B = 15.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#CCD64B (or 0xCCD64B) is known color: Las Palmas. HEX triplet: CC, D6 and 4B. RGB value is (204,214,75). Sum of RGB (Red+Green+Blue) = 204+214+75=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD64B is #3329B4. Grayscale: #C3C3C3. Windows color (decimal): -3353013 or 4970188. OLE color: 4970188.

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

Color convert

RGB 204 214 75 -
CMYK 0.05 0 0.65 0.16
HSL 64.32º 0.63% 0.57% -
HSV(B) 64.32º 0.65% 0.84% -
XYZ 50.22 61.44 15.87 -
YUV 195.16 60.19 134.3 -
System Red Green Blue C M Y K H S L
Decimal 204 214 75 0.05 0 0.65 0.16 64.32 0.63 0.57
Hex CC D6 4B 5 0 41 10 40 3F 39
Octal 314 326 113 5 0 101 20 100 77 71
Binary 11001100 11010110 1001011 101 0 1000001 10000 1000000 111111 111001

Color Harmonies of #CCD64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD64B

Black with #CCD64B

Text Example


Text Example

White with #CCD64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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