Html Css Color HEX #CFE141 Las Palmas

📋 copy color: '#CFE141'

red 207 ◦ green 225 ◦ blue 65

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

Shades of Las Palmas #CFE141

Tints of Las Palmas #CFE141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.08%

R = 41.65%
G = 45.27%
B = 13.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CFE141 (or 0xCFE141) is known color: Las Palmas. HEX triplet: CF, E1 and 41. RGB value is (207,225,65). Sum of RGB (Red+Green+Blue) = 207+225+65=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE141 is #301EBE. Grayscale: #CACACA. Windows color (decimal): -3153599 or 4317647. OLE color: 4317647.

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

Color convert

RGB 207 225 65 -
CMYK 0.08 0 0.71 0.12
HSL 66.75º 0.73% 0.57% -
HSV(B) 66.75º 0.71% 0.88% -
XYZ 53.61 67.5 15.2 -
YUV 201.38 51.04 132.01 -
System Red Green Blue C M Y K H S L
Decimal 207 225 65 0.08 0 0.71 0.12 66.75 0.73 0.57
Hex CF E1 41 8 0 47 C 43 49 39
Octal 317 341 101 10 0 107 14 103 111 71
Binary 11001111 11100001 1000001 1000 0 1000111 1100 1000011 1001001 111001

Color Harmonies of #CFE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE141

Black with #CFE141

Text Example


Text Example

White with #CFE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE141; }

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

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

background-color css

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

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

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

border-color css

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

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

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