Html Css Color HEX #CCE04B Las Palmas

📋 copy color: '#CCE04B'

red 204 ◦ green 224 ◦ blue 75

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

Shades of Las Palmas #CCE04B

Tints of Las Palmas #CCE04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

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

R = 40.56%
G = 44.53%
B = 14.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#CCE04B (or 0xCCE04B) is known color: Las Palmas. HEX triplet: CC, E0 and 4B. RGB value is (204,224,75). Sum of RGB (Red+Green+Blue) = 204+224+75=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE04B is #331FB4. Grayscale: #C9C9C9. Windows color (decimal): -3350453 or 4972748. OLE color: 4972748.

HSL color Cylindrical-coordinate representation of color #CCE04B: hue angle of 68.05º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCE04B is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 75 -
CMYK 0.09 0 0.67 0.12
HSL 68.05º 0.71% 0.59% -
HSV(B) 68.05º 0.67% 0.88% -
XYZ 52.83 66.66 16.74 -
YUV 201.03 56.87 130.12 -
System Red Green Blue C M Y K H S L
Decimal 204 224 75 0.09 0 0.67 0.12 68.05 0.71 0.59
Hex CC E0 4B 9 0 43 C 44 47 3B
Octal 314 340 113 11 0 103 14 104 107 73
Binary 11001100 11100000 1001011 1001 0 1000011 1100 1000100 1000111 111011

Color Harmonies of #CCE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE04B

Black with #CCE04B

Text Example


Text Example

White with #CCE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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