Html Css Color HEX #CFE14A Las Palmas

📋 copy color: '#CFE14A'

red 207 ◦ green 225 ◦ blue 74

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

Shades of Las Palmas #CFE14A

Tints of Las Palmas #CFE14A

RGB

 RED value IS 207 (81.25% from 255) = 40.91%

 GREEN value IS 225 (88.28% from 255) = 44.47%

 BLUE value IS 74 (29.3% from 255) = 14.62%

R = 40.91%
G = 44.47%
B = 14.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#CFE14A (or 0xCFE14A) is known color: Las Palmas. HEX triplet: CF, E1 and 4A. RGB value is (207,225,74). Sum of RGB (Red+Green+Blue) = 207+225+74=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE14A is #301EB5. Grayscale: #CACACA. Windows color (decimal): -3153590 or 4907471. OLE color: 4907471.

HSL color Cylindrical-coordinate representation of color #CFE14A: hue angle of 67.15º degrees, saturation: 0.72, 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 #CFE14A is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 74 -
CMYK 0.08 0 0.67 0.12
HSL 67.15º 0.72% 0.59% -
HSV(B) 67.15º 0.67% 0.88% -
XYZ 53.89 67.61 16.69 -
YUV 202.4 55.54 131.28 -
System Red Green Blue C M Y K H S L
Decimal 207 225 74 0.08 0 0.67 0.12 67.15 0.72 0.59
Hex CF E1 4A 8 0 43 C 43 48 3B
Octal 317 341 112 10 0 103 14 103 110 73
Binary 11001111 11100001 1001010 1000 0 1000011 1100 1000011 1001000 111011

Color Harmonies of #CFE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE14A

Black with #CFE14A

Text Example


Text Example

White with #CFE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE14A; }

 p { color: rgb(207,225,74); }

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

background-color css

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

 a { background-color: rgb(207,225,74); }

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

border-color css

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

 span { border-color: rgb(207,225,74); }

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